Quote:
Originally Posted by Grand_Micha
Use this, this is correct.
pawn Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ) { new Babatz = GetPlayerVehicleID(playerid); if(!Babatz) SetPlayerPos(playerid, fX, fY, fZ); else {new Batz = GetPlayerVehicleSeat(playerid);SetVehiclePos(Babatz,fX,fY,fZ);PutPlayerInVehicle(playerid,Babatz,Batz);} return 1; }
|
thanks bro! works like a charm +rep. Do you know whats the differences of the other script given by pangea, and why it does not working but no errors at all?