30.01.2010, 10:03
pawn Код:
new mutedcount[MAX_PLAYERS]; // how many mutes variables
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\example.pwn(100) : error 017: undefined symbol "mutecount"
if(mutecount[playerid] > 2) // if he has been muted more than twice he's going to be kicked
mutecount[playerid]++;
//And:
if(strfind(text, Badwords[Z], true) != -1)