24.10.2016, 08:49
replace this:
with this:
Код:
GetPlayerPos(x,y,z); SetPlayerPos(x,y,z);
Код:
GetVehiclePos(GetPlayerVehicleID(plauerid), x, y, z); SetPlayerPos(playerid, x, y, z+2);