Quote:
Originally Posted by clarencecuzz
pawn Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ) { if(!IsPlayerInAnyVehicle(playerid)) { SetPlayerPosFindZ(playerid, fX, fY, fZ); } else if(IsPlayerInAnyVehicle(playerid)) { new Babatz = GetPlayerVehicleID(playerid); new Batz = GetPlayerVehicleSeat(playerid); SetVehiclePos(Babatz,fX,fY,fZ); PutPlayerInVehicle(playerid,Babatz,Batz); } return 1; }
Lol you killed it once again! thanks mate.
Sorry once again xD
|
Also VirtualWorld thing fixed another thanks! +rep
Can i ask something??