[Ajuda] Msg nгo aparece!
#1

Alguem me Ajuda? tenho esse comando mais a msg de qual admin usou nгo ta aparecendo na tela! Alguem pode corrigir para eu ? Obrigado =)
pawn Код:
COMMAND:bombaa(playerid, params[])
{
    new Msg[128], AdminName[24];
    SendAdminText(playerid, "/bombaa", params);
    if(APlayerData[playerid][LoggedIn] == true)
    {
        if(APlayerData[playerid][PlayerLevel] >= 5)
        {
            for(new i; i < MAX_PLAYERS; i++)
            {
            new Float:POS[3];
            GetPlayerPos(i, POS[0], POS[1], POS[2]);
            CreateExplosion(POS[0], POS[1], POS[2], 1, 100.0);
            SetPlayerHealth(i, 0.0);
            }
            GetPlayerName(playerid, AdminName, sizeof(AdminName));
            format(Msg, 128, "{FF0000}-| O Administrador %s Matou todos com uma Bomba Atфmica. |-", AdminName);
            GameTextForAll("~r~BOOOOOOOOOOOOOOOOOM", 5000, 3);
        }
        else SendClientMessage(playerid, -1, "[INFO] Vocк nгo e administrador !");
    }
    return 1;
}
Reply


Messages In This Thread
Msg nгo aparece! - by jdsfenix - 29.04.2014, 21:41
Re: Msg nгo aparece! - by DiiMeNoR - 29.04.2014, 21:50
Re: Msg nгo aparece! - by PT - 29.04.2014, 22:35

Forum Jump:


Users browsing this thread: 1 Guest(s)