[HELP] Read PM for Admin
#9

i change to this
Код:
forward MessageToAdmins(color,const string[]);

public MessageToAdmins(color,const string[])
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
    if (PlayerInfo[playerid][pAdmin] >= 1 || IsPlayerConnected(i))// replace the variable and the value by your variable by default
		{
		SendClientMessage(i, color, string);
		}
    }
    return 1;
}
but still have same eror : error 017: undefined symbol "PlayerInfo"
Reply


Messages In This Thread
[HELP] Read PM for Admin - by lordspy - 26.03.2012, 15:39
Re : [HELP] Read PM for Admin - by Vukilore - 26.03.2012, 15:46
Re: [HELP] Read PM for Admin - by lordspy - 26.03.2012, 16:40
Re : [HELP] Read PM for Admin - by Vukilore - 26.03.2012, 16:47
Re: [HELP] Read PM for Admin - by lordspy - 26.03.2012, 17:05
Re : Re: [HELP] Read PM for Admin - by Vukilore - 26.03.2012, 17:11
Re: [HELP] Read PM for Admin - by lordspy - 26.03.2012, 17:16
Re: [HELP] Read PM for Admin - by lordspy - 26.03.2012, 18:23
Re: [HELP] Read PM for Admin - by lordspy - 26.03.2012, 18:30
Re: [HELP] Read PM for Admin - by BigD - 26.03.2012, 18:33

Forum Jump:


Users browsing this thread: 1 Guest(s)