[Ajuda] Como tirar nome de admin quando eles logam?
#7

Serб isso?
pawn Код:
if(PlayerInfo[playerid][pAdmin] >= 1)
        {
            new AdminName[MAX_PLAYER_NAME];
            GetPlayerName(playerid, AdminName, sizeof(AdminName));
            format(gstring, sizeof(gstring), "~p~%s: ~g~ON", AdminName);
            for(new i=0; i<MAX_PLAYERS; i++)
            {
                if(IsPlayerConnected(i)) GameTextForPlayer(i, gstring , 5000, 1);
            }


        }
Reply


Messages In This Thread
Como tirar nome de admin quando eles logam? - by tristtok - 10.09.2013, 23:01
Re: Como tirar nome de admin quando eles logam? - by willttoonn - 10.09.2013, 23:10
Re: Como tirar nome de admin quando eles logam? - by smiiir - 10.09.2013, 23:12
Re: Como tirar nome de admin quando eles logam? - by tristtok - 10.09.2013, 23:21
Re: Como tirar nome de admin quando eles logam? - by PT - 10.09.2013, 23:39
Re: Como tirar nome de admin quando eles logam? - by Saw_BR - 11.09.2013, 00:58
Re: Como tirar nome de admin quando eles logam? - by Saw_BR - 11.09.2013, 01:04

Forum Jump:


Users browsing this thread: 2 Guest(s)