01.01.2011, 19:53
Add a literal space in the messages, I have an odd feeling it may be causing it. Also, there is a shortcut:
pawn Код:
if( strcmp( "/cc", cmdtext, true ) == 0 )
{
for( new i = 0; i < 20; i ++ )
{
SendClientMessage( playerid, 0x33FF33AA, " " );
}
return 1;
}