Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- }
- stock gchat(color, string[])
- {
- foreach(Player, i)
- {
- if(UlogovanProvera[i] == 1)
- {
- if((PI[i][Admin] > 0 || PI[i][GM] > 0 || IsPlayerAdmin(i)) && gChatActive[i] == true)
- {
- SCM(i, color, string);
- }
- }
- }
- return 1;
- }
- stock ggchat(color, string[])
- {
- foreach(Player, i)
- {
- if(UlogovanProvera[i] == 1)
- {
- if((PI[i][Admin] > 0 || PI[i][GM] > 0 || PI[i][Promoter] > 0 || PI[i][pVIP] > 0 || IsPlayerAdmin(i)) && gChatActive[i] == true)
- {
- SCM(i, color, string);
- }
- }
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment