31.12.2012, 13:14
you can use at OnPlayerEnterVehicle but you'll need to replace the RemovePlayerFromVehicle(playerid); with
GetPlayerPos(playerid,x,y,z);
SetPlayerPos(playerid,x,y,z);
this will stop player to get in vehicle, in case you want to use at OnPlayerEnterVehicle
GetPlayerPos(playerid,x,y,z);
SetPlayerPos(playerid,x,y,z);
this will stop player to get in vehicle, in case you want to use at OnPlayerEnterVehicle
![Smiley](images/smilies/smile.png)