Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int voteon = 0;
- public Plugin myinfo =
- {
- name = "",
- author = PLUGIN_AUTHOR,
- description = "",
- version = PLUGIN_VERSION,
- url = ""
- };
- public void OnPluginStart()
- {
- }
- public void OnClientPostAdminCheck(int client) {
- if(GetTeamClientCount(3) == 0 && GetTeamClientCount(2) > 1 && !voteon) {
- CreateTimer(10.0, autovote);
- voteon = 1;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement