31.12.2012, 13:20
Quote:
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 ![]() |
![Cheesy](images/smilies/biggrin.png)