SetPlayerPosWithVehicle...
#1

Hi guys i need some help... if a player teleports his car dissapears... I read some of the wiki but i just cannot understand it... it sends me out 5 errors (maybe more) and undefined symbol SetPlayerPosWithVehicle
Reply
#2

pawn Код:
if (IsPlayerInAnyVehicle(playerid)) {
SetVehiclePos(GetPlayerVehicleID(playerid), COORDS);
}
else {
SetPlayerPos(playerid, COORDS);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)