[BUG] RemovePlayerFromVehicle - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (
https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: [BUG] RemovePlayerFromVehicle (
/showthread.php?tid=406219)
[BUG] RemovePlayerFromVehicle -
Swimor - 09.01.2013
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..
Re: [BUG] RemovePlayerFromVehicle -
iTorran - 09.01.2013
pawn Код:
new Float:x, Float:y, Float:z;
GetVehiclePos(GetPlayerVehicleID(playerid), x, y, z);
SetPlayerPos(playerid, x, y, z+1);
Re: [BUG] RemovePlayerFromVehicle -
Swimor - 09.01.2013
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!