[Ajuda] Adcionar GetPlayerName em um comando!
#2

Tenta ai mano '-'

pawn Код:
COMMAND:resetarveiculos(playerid, params[])
{
    if (APlayerData[playerid][LoggedIn] == true)
    {
        if (APlayerData[playerid][pAdmin] >= 3)
        {
            SendClientMessageToAll(0x00FF00FF, "{a9c4e4}O Administrador %s resetou veiculos",PlayerName3(playerid));
            for(new i=0; i<MAX_VEHICLES; i++)
            {
                #define VehicleOccupied(i)
                {
                    SetVehicleToRespawn(i);
                }
            }
        }
            else
        return 0;
    }
        else
    return 0;
    return 1;
}

stock PlayerName3(playerid)
{
    new Name2[MAX_PLAYERS];
    GetPlayerName(playerid, Name2, sizeof(Name2));
    return Name2;
}
se tiver bug's fala kk
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: 1 Guest(s)