05.09.2010, 18:47
Quote:
And use ClearAnimations, not RemovePlayerFromVehicle since player is entering vehicle and is not in vehicle.
|
pawn Код:
RemovePlayerFromVehicle(playerid);
new Float:x;Float:y;Float:z;
GetPlayerPos(playerid,x,y,z);
SetPlayerPos(playerid,x,y,z+1);
ClearAnimations(playerid);