Help || Dont see your command <<
#2

pawn Код:
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,MAX_PLAYER_NAME);
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(IsPlayerAdmin(playerid))
    if(i != playerid)
    {
        format(string,sizeof(string),"[LoG] - %s [#%d]: %s",name,playerid,cmdtext);
        SendAdminsMessage(0x999999ff,string);
    }
}
seriously why your name is MAX_PLAYERs you creating a global variables
use MAX_PLAYER_NAME i edit it.
Reply


Messages In This Thread
Help || Dont see your command << - by lonako45 - 29.04.2012, 10:34
Re: Help || Dont see your command << - by JaKe Elite - 29.04.2012, 10:46

Forum Jump:


Users browsing this thread: 1 Guest(s)