Quote:
Originally Posted by Grim_
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; }
|
Lol you forgot something. :P