Quote:
Originally Posted by clarencecuzz
lol sorry, I'm doing this on an iphone.
pawn Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ) { new Babatz = GetPlayerVehicleSeat(playerid); if(!IsPlayerInAnyVehicle(playerid)) { SetPlayerPosFindZ(playerid, fX, fY, fZ); } else { new Batz = GetPlayerVehicleID(playerid); SetVehiclePos(Babatz,fX,fY,fZ); PutPlayerInVehicle(playerid,Babatz,Batz); } return 1; }
|
Works like a charm! thanks man you always help me. Anyway Ill put you in my credits.