20.07.2011, 20:00
He already gave you the answer, you're using 5 parameters in a function that only accepts 4 parameters!
You see, 5 parameters, these functions only accept 4 parameters. Look at these pages for more information:
https://sampwiki.blast.hk/wiki/SetVehiclePos
https://sampwiki.blast.hk/wiki/SetPlayerPos
pawn Код:
SetVehiclePos(tmpcar, 1460.9790,-1021.4325,23.9616,92.1847);
SetPlayerPos(playerid, 1460.9790,-1021.4325,23.9616,92.1847);
https://sampwiki.blast.hk/wiki/SetVehiclePos
https://sampwiki.blast.hk/wiki/SetPlayerPos