register_clcmd( "say", "HandleSay" ); public HandleSay( id ) { new arg[ 128 ]; read_args( arg, charsmax( arg ) ); new szString = strlen( arg ) }