how to teleport with vehicles
#5

pawn Код:
CMD:tele(playerid, params[])
{
     if(GetPlayerState(playerid) == 2)
     {
                SetVehiclePos(GetPlayerVehicleID(playerid), Float:x, Float:y, Float:z);
     }
     else
     {
                SetPlayerPos(playerid, Float:x, Float:t, Float:z);
     }
     return 1;
}
Reply


Messages In This Thread
how to teleport with vehicles - by DIVESHSEET - 20.05.2014, 09:08
Re: how to teleport with vehicles - by JFF - 20.05.2014, 09:11
Re: how to teleport with vehicles - by iAnonymous - 20.05.2014, 09:12
Re: how to teleport with vehicles - by DIVESHSEET - 20.05.2014, 09:30
Re: how to teleport with vehicles - by JFF - 20.05.2014, 09:35
Re: how to teleport with vehicles - by Rittik - 20.05.2014, 09:36

Forum Jump:


Users browsing this thread: 1 Guest(s)