Likes: 0
Results 1 to 2 of 2
Thread: [Lua] Vote system
-
22-11-09, 08:51 AM #1
[Lua] Vote system
Register to remove this adVote system
So what this does?
If you have the Vote Item, you will be able to call votes.
Players will be able to typ #yes if they agree and #no if they disagree.
You'll just get a code box, you fill in a question and players can vote once.
When you close the vote you will be able to see how many voted yes and how many voted no.
This might be usefull if you want to know things players like, so they keep plaing on your server.
You have to import this item:
Code:INSERT INTO `items` VALUES ('99832', '0', '0', '-1', 'Vote Caller', '4716', '4', '1', '0', '0', '0', '0', '-1', '-1', '272', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', null, '0', null, null, '0', null, '0', null, '0', null, null, '-1', '0', '0', '0', '0');
Code:local VoteItem = 99832
› See More: [Lua] Vote system
-
28-01-10, 06:30 AM #2
Register to remove this adim a little cunfused?
does it just list the id in the DB or on screen ?