Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. $owners = array("246743133", "246743133"); //owners for main chat commands
  2.  
  3. if(in_array($data['id'], $owners))
  4. {
  5.  
  6. switch($command[0]) {
  7.  
  8. //Here commands for owners only + regular commands
  9. }
  10. break;
  11.  
  12.  
  13. }
  14. switch($command[0]) {
  15. //Normal commands for others
  16.  
  17.  
  18. }
  19. }
  20. break;
  21.  
  22. }
  23. }
  24. //take off "}" if ur code is different
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement