SA-MP Forums Archive
/goto Problem !! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: /goto Problem !! (/showthread.php?tid=462828)



/goto Problem !! - tuuler - 08.09.2013

PROBLEM SOLVED


Re: /goto Problem !! - alex9419 - 08.09.2013

Change
Код:
SetVehiclePos(playerid, x+1, y+1, z);
to
Код:
SetVehiclePos(GetPlayerVehicleID(playerid), x+1, y+1, z);