01.09.2010, 06:46
Then start learning more so you become a pro scripter..
There you have a OOC command.. Try doing the rest yourself.
pawn Код:
if( !strcmp( cmdtext, "/ooc", true ))
{
new
string[ 128 ];
format( string, sizeof( string ), "%s", cmdtext[ 5 ] );
SendClientMessageToAll( 0xFFFF00FF, string );
return true;
}