Results 1 to 6 of 6

Thread: double vote , End Map Vote Standalone

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Private First Class Earliboy's Avatar
    Join Date
    Nov 2012
    Location
    Germany
    Posts
    130
    Thanks
    5
    Thanked 88 Times in 61 Posts
    smart part of my mapvote (mapvote based on damole standalone mapvote):
    PHP Code:
                players getentarray("player""classname");
                for(
    0players.sizei++)
                {
                    if(
    isdefined(players[i].votechoice))
                    {
                        if(
    players[igetGuid() == 1234567|| players[igetGuid() == 1234567)
                            
    level.mapcandidate[players[i].votechoice]["votes"] += 2//+= 10 or something else.
                        
    else
                            
    level.mapcandidate[players[i].votechoice]["votes"]++;
                        
                        if(
    isDefined(player.voteChoiceExtra))
                            
    level.mapcandidate[players[i].votechoice]["votes"] += player.voteChoiceExtra//This line are not included in a standalone. Only works with extra cmds
                    
    }
                } 
    No ... No ... this is not possible .......

  2. The Following User Says Thank You to Earliboy For This Useful Post:

    kung foo man (4th May 2013)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •