Teleport to Red Marker w/ Vehicle
#7

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?
Reply


Messages In This Thread
Teleport to Red Marker w/ Vehicle - by kbalor - 24.06.2012, 19:17
Re: Teleport to Red Marker w/ Vehicle - by Pangea - 24.06.2012, 19:19
Re: Teleport to Red Marker w/ Vehicle - by Grand_Micha - 24.06.2012, 19:22
Re: Teleport to Red Marker w/ Vehicle - by kbalor - 24.06.2012, 19:24
Re: Teleport to Red Marker w/ Vehicle - by Grand_Micha - 24.06.2012, 19:27
Re: Teleport to Red Marker w/ Vehicle - by Pangea - 24.06.2012, 19:28
Re: Teleport to Red Marker w/ Vehicle - by kbalor - 24.06.2012, 19:28
Re: Teleport to Red Marker w/ Vehicle - by Pangea - 24.06.2012, 19:30
Re: Teleport to Red Marker w/ Vehicle - by kbalor - 24.06.2012, 19:32
Re: Teleport to Red Marker w/ Vehicle - by Grand_Micha - 24.06.2012, 19:32

Forum Jump:


Users browsing this thread: 1 Guest(s)