Raised This Month: $51 Target: $400
 12% 

Create a vote


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Floody
Member
Join Date: Jan 2012
Old 03-24-2014 , 14:40   Create a vote
Reply With Quote #1

Hello,
I want to create a vote for my plugin. I have 3 options/items to be added in the menu. So it should create a vote where you can choose between 3 options/items and after 30 seconds the winner option/item will be displayed in the chat.

Anyone knows how to do that? Found the api with the advanced voting but as I got it it'll randomly choose a winner.

Thanks in advance!
Floody is offline
Godis
Senior Member
Join Date: Jan 2014
Old 03-24-2014 , 15:19   Re: Create a vote
Reply With Quote #2

Whats the point of voting if the winner is chosen randomly..? In case you lost the link, here it is: https://wiki.alliedmods.net/Menu_API...d)#Simple_Vote
Godis is offline
Floody
Member
Join Date: Jan 2012
Old 03-24-2014 , 15:45   Re: Create a vote
Reply With Quote #3

Here. Isn't it random who the winner of the vote is?
PHP Code:
new winner 0;     if (num_items 1         && (item_info[0][VOTEINFO_ITEM_VOTES] == item_info[1][VOTEINFO_ITEM_VOTES]))     {         winner GetRandomInt(01);     } 

Last edited by Floody; 03-24-2014 at 15:48.
Floody is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 03-25-2014 , 11:29   Re: Create a vote
Reply With Quote #4

Quote:
Originally Posted by Floody View Post
Here. Isn't it random who the winner of the vote is?
PHP Code:
new winner 0;     if (num_items 1         && (item_info[0][VOTEINFO_ITEM_VOTES] == item_info[1][VOTEINFO_ITEM_VOTES]))     {         winner GetRandomInt(01);     } 
That code only checks if the top two items have the same number of votes and if they do, it chooses one of them at random.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:34.


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