20.11.2011, 09:19
What's up with
this line there? Perhaps -
pawn Код:
if ( strcmp( cmd, "/commands", true ) == 0 )
pawn Код:
if ( strcmp( cmd, "/commands", true ) == 0 )
{
new string[128];
new cmd[256];
new tmp[256];
// rest of code
}