Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stock ChatGang( playerid, msg[] )
- {
- new
- gang = GetPlayerTeam( playerid )
- ;
- if( gang > -1 && gang < 255 )
- {
- for( new i = 0; i < MAX_PLAYERS; ++i )
- {
- if( GetPlayerTeam( i ) == gang ) SendClientMessage( i, COR_GANG, msg );
- }
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement