Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new szColor[ 128 ];
- new RandomColor = random_num( 1, 3 );
- switch( RandomColor )
- {
- case 1: formatex( szColor, charsmax( szColor ), "RED" );
- case 2: formatex( szColor, charsmax( szColor ), "BLUE" );
- case 3: formatex( szColor, charsmax( szColor ), "GREY" );
- }
- ColorChat( id, szColor, "Message" );
Advertisement
Add Comment
Please, Sign In to add comment