[Ajuda] Adcionar GetPlayerName em um comando!
#7

pawn Код:
COMMAND:resetarveiculos(playerid, params[])
{
    new nome[MAX_PLAYER_NAME], string[50];
    GetPlayerName(playerid, nome, sizeof(nome));
    if(APlayerData[playerid][LoggedIn] == true)
    {
        if (APlayerData[playerid][pAdmin] >= 3)
        {
            format(string, sizeof(string), "{a9c4e4}O Administrador %s resetou veiculos", nome);
            SendClientMessageToAll(0x00FF00FF, string);
            for(new i=0; i<MAX_VEHICLES; i++)
            {
                #define VehicleOccupied(i)
                {
                    SetVehicleToRespawn(i);
                }
            }
        }
        else
        return 0;
    }
    else
    return 0;
    return 1;
}
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: 3 Guest(s)