Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by Ironboy
pawn Код:
if((newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)) { if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 447) { //Cannot drive a specific vehicle, new Float:x, Float:y, Float:z; GetPlayerPos(playerid,x,y,z); SetPlayerPos(playerid,x,y,z+3);} }
|
That's not what he asked for... and that's not what this section is for either.