Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. public Action:OnHelp(int client, int args){
  2. if(engineVersion == Engine_CSGO || engineVersion == Engine_Left4Dead || engineVersion == Engine_Left4Dead2){
  3. PrintToChat(client, \
  4. "\x01\x0B%s[GiGMute] Type !m %sto mute someone | %s!u %sto unmute someone | %s!cm %sto check who you have muted");
  5. } else {
  6. PrintToChat(client, \
  7. "%s[GiGMute] Type !m %sto mute someone | %s!u %sto unmute someone | %s!cm %sto check who you have muted");
  8. }
  9. return Plugin_Handled;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement