• Jeep Won't Freeze
    5 replies, posted
Hi Guys, I am currently trying to code a gamemode and I want to get a jeep to freeze and not move. I have tried several things such as: - SetVelocity() - GetPhysicsObject():SetVelocity() - SetPos() constantly through a timer - EnableMotion() - SetCollisionBounds() and none of these seem to work. Please can someone help me? I have been going at this for days now. Cheers Krunder
Jeeps can't be freezed due to linux crashes or something.
So how do I stop it from moving when a player trys to drive it?
[QUOTE=krunder;39390452]So how do I stop it from moving when a player trys to drive it?[/QUOTE]Dont. Just stop the player from entering it all together. [url]http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index5201.html[/url]
I want him to be in the vehicle, but not too be able to move until my countdown has finished [editline]28th January 2013[/editline] Thanks anyway though :)
[lua] Entity:Fire("HandBrakeOn") Entity:Fire("HandBrakeOff") [/lua]
Sorry, you need to Log In to post a reply to this thread.