"Is it possible to make HUD speedometer with E2"
erm yeah if you "I have seen people making HUD speedometers using E2"
I have seen people making HUD speedometers using E2(I guess) but I have never seen commands for that in E2 wiki. Is it possible to make HUD speedometer with E2 or other wire devices?
"Is it possible to make HUD speedometer with E2"
erm yeah if you "I have seen people making HUD speedometers using E2"
Actually you just asked if it is possible.
Have you checked HERE first?
ok... now I'm asking how to. Can anyone tell me?![]()
Can we all get past the fact that OP's statements are conflicting?
You can make something like this, AFAIK, but not exclusively in E2, you'd need to use a wired HUD indicator.
Well, tell us what server you were playing on, because it might be a custom extension that combines the hud indicator and e2 together.
Have you checked HERE first?
it was Seth's Diamond Build. I think that there were no custom addons. Phx and wire only. It had no number, only an arrow and half-circle(like in a car)
Have you checked HERE first?
To do it ONLY with E2 (Without custom addons) I would suggest:
Code:@name All In One Speed-o-meter ##-Start-## runOnTick(1) ##-Abbreviations-## E = entity() ##-Speed-## MPH = round(toUnit("mph",E:vel():length())) ##-Show in HUD-## print(_HUD_PRINTCENTER , "Speed: "+MPH:toString()+" MPH") ##-End-##
Bookmarks