Hotwire protection for my house cars? - 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: Hotwire protection for my house cars? (
/showthread.php?tid=130182)
Hotwire protection for my house cars? -
RSC_Quicker - 25.02.2010
Hello, I want to make a hotwire protection. I already tried some things but it didn't work at all.
I got the follow car spawn:
Код:
playercarid[playerid] = CreateVehicle(CarId,Carx,Cary,Carz,Carangle,randcolor,randcolor,10000);
How or what can i change so I can use it at OnPlayerEnterVehicle.
So only the owner can enter the car?