AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   task for changemap (https://forums.alliedmods.net/showthread.php?t=206431)

Jhob94 01-22-2013 08:17

task for changemap
 
Hi to you that is reading this :twisted:
How i can set task for vote map after 15 minutes of new map and 1 minutes after it change the map?

AngeIII 01-22-2013 09:43

Re: task for changemap
 
edit mapchooser, when voting started add task for 1 mniute and then force change map..

Jhob94 01-22-2013 11:48

Re: task for changemap
 
Ok i wanted it in task for be easy to set in what i want but i think will be the same so here is what i looking for:

Code:

if(PlayerXP[attacker] >= 160 && PlayerXP[attacker] < 180)
        {
            Level_8= false
            Level_9 = true
            //Start Votemap
        }
        if(PlayerXP[attacker] >= 180 && PlayerXP[attacker] < 200)
        {
            Level_9 = false
            Level_10 = true
        }
        if(PlayerXP[attacker] >= 200)
        {
            // Changemap
        }



All times are GMT -4. The time now is 20:35.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.