SA-MP Forums Archive
A little help :( - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: A little help :( (/showthread.php?tid=91709)



A little help :( - Wulffe - 16.08.2009



Hey - Im wanna make a /clamp script

But i dont know how to do it - Have have made this: http://www.wulffe.dk/clamp.txt

But, what can i inset insted of: SetVehicleHealth(ClampCar[playerid], 1000.0); ? So the car canґt drive ?




Re: A little help :( - Kyle - 16.08.2009

Just remove the player from the vehicle if clamped

Quote:

RemovePlayerFromVehicle(playerid);

https://sampwiki.blast.hk/wiki/RemovePlayerFromVehicle


Re: A little help :( - Wulffe - 16.08.2009

No - I wanna do something so the car cant drive.

Its the point with a clamp


Re: A little help :( - Kyle - 16.08.2009

i dont think its possible i duno attucaly check the god father


Re: A little help :( - Correlli - 16.08.2009

Freeze the player if he enters the vehicle you want, if he is freezed then he won't be able to drive.