[Ajuda] Adcionar GetPlayerName em um comando!
#8

pawn Код:
COMMAND:resetarveiculos(playerid, params[])
{
    if (APlayerData[playerid][LoggedIn] == true)
    {
        if (APlayerData[playerid][pAdmin] >= 3)
        {
            new StringHiu[100];
            format(StringHiu,100,"{a9c4e4}O Administrador %s resetou veiculos",NomePlayer(playerid));
            SendClientMessageToAll(0x00FF00FF, StringHiu);
            for(new i=0; i<MAX_VEHICLES; i++)
            {
                #define VehicleOccupied(i)
                {
                    SetVehicleToRespawn(i);
                }
            }
        }
        else return SendClientMessage(playerid,0x00FF00FF, "Opa amigгo vocк nгo й um admin nivel 3!");
    }
    return 1;
}

stock NomePlayer(playerid)
{
    new Nominho[30];
    GetPlayerName(playerid, Nominho, 30);
    return Nominho;
}
Reply


Messages In This Thread
Adcionar GetPlayerName em um comando! - by Vish - 28.10.2013, 21:39
Re: Adcionar GetPlayerName em um comando! - by Diogo123 - 28.10.2013, 21:44
Re: Adcionar GetPlayerName em um comando! - by Vish - 28.10.2013, 21:52
Re : Adcionar GetPlayerName em um comando! - by ThiagoMK - 28.10.2013, 21:55
Re: Adcionar GetPlayerName em um comando! - by CharlieBrown - 28.10.2013, 21:57
Re: Adcionar GetPlayerName em um comando! - by Vish - 28.10.2013, 21:57
Re: Adcionar GetPlayerName em um comando! - by TheMing - 28.10.2013, 21:57
Re: Adcionar GetPlayerName em um comando! - by Hiuship - 28.10.2013, 22:00
Re: Adcionar GetPlayerName em um comando! - by CharlieBrown - 28.10.2013, 22:01
Re: Adcionar GetPlayerName em um comando! - by Diogo123 - 28.10.2013, 22:01

Forum Jump:


Users browsing this thread: 2 Guest(s)