Veh Teleport with player
#3

Easy
pawn Код:
if(listitem == 1)
    {
        if (IsPlayerInAnyVehicle(playerid))
        {
            SetVehiclePos(GetPlayerVehicleID(playerid),242.5267, 5267.5267, 6178.6327);
        }
        else
        {
            SetPlayerPos(playerid,242.5267, 5267.5267, 6178.6327);
            SendClientMessage(playerid, COLOR_GREEN, "You Have Been Teleported To Los Santos");
            dm1[playerid]=1;
            dm1[playerid]=1;

        }
        return 1;
    }
Reply


Messages In This Thread
Veh Teleport with player - by wheelman_WM - 08.03.2011, 11:09
Re: Veh Teleport with player - by yoan103 - 08.03.2011, 11:21
Re: Veh Teleport with player - by tuuker - 08.03.2011, 11:23
Re: Veh Teleport with player - by yoan103 - 08.03.2011, 11:24
Re: Veh Teleport with player - by Davz*|*Criss - 08.03.2011, 11:35
Re: Veh Teleport with player - by HyperZ - 08.03.2011, 11:57

Forum Jump:


Users browsing this thread: 3 Guest(s)