Advertisement
Hirsw0w

Untitled

Jan 16th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1.  
  2. int voteon = 0;
  3.  
  4. public Plugin myinfo =
  5. {
  6. name = "",
  7. author = PLUGIN_AUTHOR,
  8. description = "",
  9. version = PLUGIN_VERSION,
  10. url = ""
  11. };
  12.  
  13. public void OnPluginStart()
  14. {
  15.  
  16. }
  17.  
  18. public void OnClientPostAdminCheck(int client) {
  19. if(GetTeamClientCount(3) == 0 && GetTeamClientCount(2) > 1 && !voteon) {
  20. CreateTimer(10.0, autovote);
  21. voteon = 1;
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement