Need a vehicle lock system that..
#2

In OnPlayerEnterVehicle callback put this:
pawn Код:
if(/*Something...*/) {}
else { //You can't enter the vehicle
new Float:cx, Float:cy, Float:cz;
GetPlayerPos(playerid, cx, cy, cz);
SetPlayerPos(playerid, cx, cy, cz); }
Reply


Messages In This Thread
Need a vehicle lock system that.. - by FujiNNN - 24.03.2010, 21:07
Re: Need a vehicle lock system that.. - by Zimon95 - 24.03.2010, 21:36
Re: Need a vehicle lock system that.. - by Fabio11 - 24.03.2010, 22:09
Re: Need a vehicle lock system that.. - by FujiNNN - 24.03.2010, 22:32

Forum Jump:


Users browsing this thread: 1 Guest(s)