putplayerinveh problem - 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: putplayerinveh problem (
/showthread.php?tid=70631)
putplayerinveh problem -
hipy - 26.03.2009
hello
i got a problem on spawn i want a user to go into his car, the only problem is you can drive the car but the user just stands on the ground
if you die the car explodes but the user dont so you dont respaw
i making a sumo server
code of script
on spawn
Код:
PutPlayerInVehicle(playerid, playerVeh[playerid],0);
on death the vehicle gets deleted.
I do not want a user to die since then i get double messages ( died + left car )
can sombody help me? thanks!