[BUG] RemovePlayerFromVehicle
#1

RemovePlayerFromVehicle

I know that it's old bug but,
When you use "RemovePlayerFromVehicle" you must wait about 3 seconds while player removed...
How i can fix this in pawn? If can't please fix this..
Reply
#2

pawn Код:
new Float:x, Float:y, Float:z;
GetVehiclePos(GetPlayerVehicleID(playerid), x, y, z);
SetPlayerPos(playerid, x, y, z+1);
Reply
#3

Quote:
Originally Posted by iTorran
Посмотреть сообщение
pawn Код:
new Float:x, Float:y, Float:z;
GetVehiclePos(GetPlayerVehicleID(playerid), x, y, z);
SetPlayerPos(playerid, x, y, z+1);
:P You late HHH, Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)