Forum

> > CS2D > Scripts > Vote System
Forums overviewCS2D overview Scripts overviewLog in to reply

English Vote System

6 replies
To the start Previous 1 Next To the start

old Vote System

Salem97
User Off Offline

Quote
i need help to create a menu f2 > and map names appear and i need countdown to it and fair ( like 3 vote yes and 2 vote no 3 vote wins and changes map , i think there many topics about this but all dont help me its buged

old Re: Vote System

GeoB99
Moderator Off Offline

Quote
I bet you didn't tried this file cs2d [Yank] Map Vote . Is quite flexible and it will cover all your needs for a Vote map system. By the way you could keep searching because there are some vote map scripts out there who are stable also.

old Re: Vote System

Salem97
User Off Offline

Quote
user GeoB99 has written
I bet you didn't tried this file cs2d [Yank] Map Vote . Is quite flexible and it will cover all your needs for a Vote map system. By the way you could keep searching because there are some vote map scripts out there who are stable also.
bro , its buged .. its type 73 seconds and never gone any help pls ?
edited 1×, last 24.06.15 01:32:21 am

old Re: Vote System

_Yank
User Off Offline

Quote
@user Salem97: Oh, sorry for that, will check it.
EDIT: Fixed.
edited 1×, last 24.06.15 09:40:28 am

old Re: Vote System

_Yank
User Off Offline

Quote
@user Salem97: Add this to the last line of server.lua:
1
2
3
4
5
6
addhook("serveraction", "mp.extraI", -999)
function mp.extraI(id, action) 
	if tonumber(action) == 1 then
		mp.mapmenu(id, 1)
	end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview