25.03.2013, 15:35
Hi, I recently changed admin chat from this
to this
and same with the tester chat. But now when i type // It says that its an unknown command. What is wrong? I get no errors on complie
pawn Код:
if(text[0], '#' && (PlayerInfo[playerid][pTester] >= 1 || PlayerInfo[playerid][pAdmin] >= 1))
pawn Код:
if(!strcmp(text[0], "//") && (PlayerInfo[playerid][pTester] >= 1 || PlayerInfo[playerid][pAdmin] >= 1))