how to teleport with vehicles
#1

how to teleport with vehicles

when using /teleport
Reply
#2

Use this

https://sampwiki.blast.hk/wiki/SetVehiclePos
Reply
#3

Use
pawn Код:
SetVehiclePos
Reply
#4

nothing is working
Reply
#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
#6

Show us the full code.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)