What Wrong Here?
#1

hi

i have problem , when i compile , i get this error:
Код:
: error 017: undefined symbol "playerid"

code
pawn Код:
if(playerVariables[x][pSpamCount] >= 1)
                playerVariables[x][pSpamCount]--;

            if(playerVariables[x][pSpamCount] >= 2 && playerVariables[x][pAdminLevel] == 0) {
                playerVariables[x][pMuted] = 20;
                playerVariables[x][pSpamCount] = 0;
                format(szMessage, sizeof(szMessage), "%s (%d) Maybe is Spammed. [/spec] him..", playerVariables[playerid][pNormalName], playerid);
                submitToHelpersAndAdmins(szMessage, COLOR_GREEN);
                SendClientMessage(x, COLOR_GREY, "You have been auto-muted for spamming. You will be unmuted in 10 seconds.");
Reply


Messages In This Thread
What Wrong Here? - by SHFaCeBook - 09.03.2015, 16:57
Re: What Wrong Here? - by CalvinC - 09.03.2015, 16:58
Re: What Wrong Here? - by SHFaCeBook - 09.03.2015, 17:21
Re: What Wrong Here? - by SHFaCeBook - 09.03.2015, 17:40
Re: What Wrong Here? - by Schneider - 09.03.2015, 18:05
Re: What Wrong Here? - by ReD_HunTeR - 09.03.2015, 18:28

Forum Jump:


Users browsing this thread: 1 Guest(s)