undefined
#2

PHP код:
if(pInfo[playerid][Admin] < 1)
    {
new 
str[128];
        if(
text[0] == '@')
        {
          
          
format(strsizeof(str), "{F781F3}(ADMIN CHAT) %s(%d): %s"PlayerName[playerid],playeridstr);
          
SendMessageToAdmins(str);
        }
        else if(
pInfo[playerid][Admin] == 0)
        {
           
SendClientMessageToAll(-1str);
        }
    }
    return 
0;

This will fix the error, but you are doing it wrong. It won't work good try it for yourself.
Reply


Messages In This Thread
undefined - by ivndosos - 05.03.2018, 18:25
Re: undefined - by AroseKhanNiazi - 05.03.2018, 18:35
Re: undefined - by ivndosos - 05.03.2018, 18:57
Re: undefined - by ivndosos - 06.03.2018, 04:02
Re: undefined - by Sew_Sumi - 06.03.2018, 05:16
Re: undefined - by NaS - 06.03.2018, 12:17
Re: undefined - by AroseKhanNiazi - 06.03.2018, 13:14
Re: undefined - by v1k1nG - 06.03.2018, 13:57

Forum Jump:


Users browsing this thread: 1 Guest(s)