[Ajuda]Comando
#3

pawn Код:
if(strcmp(cmdtext, "/lv", true) == 0)
    {
        new pName[MAX_PLAYER_NAME];
        GetPlayerName(playerid, pName, sizeof(pName));
        format(string, sizeof(string), "[BDP] %s ( ID: %d ) Foi Para {00FF00} ( /Lv )", pName, playerid);
        SendClientMessageToAll(0x33CCFFAA, string);
        if(GetPlayerState(playerid) == 2)
        {
            SetVehiclePos(GetPlayerVehicleID(playerid), 2221.7649,2457.4524,-7.7968);
            SetVehicleZAngle(GetPlayerVehicleID(playerid), 0.0);
            LinkVehicleToInterior(GetPlayerVehicleID(playerid), 0);
        }
        else
        {
            SetPlayerPos(playerid, 2238.4016,2449.2539,11.0372);
        }
        SetPlayerInterior(playerid, 0);

        return 1;
    }
@edit
ninja acima postou antes
Reply


Messages In This Thread
[Ajuda]Comando - by Luiz98 - 25.09.2011, 00:17
Re: [Duvida]Comando - by Dolby - 25.09.2011, 00:21
Re: [Duvida]Comando - by Cristhian - 25.09.2011, 00:22
Re: [Duvida]Comando - by [NWD]Jim._.Carrey - 25.09.2011, 00:22
Re: [Duvida]Comando - by Luiz98 - 25.09.2011, 00:56
Re: [Duvida]Comando - by [NWD]Jim._.Carrey - 25.09.2011, 01:33
Re: [Duvida]Comando - by JonathanFeitosa - 25.09.2011, 01:39

Forum Jump:


Users browsing this thread: 4 Guest(s)