Forum




Vote System
6 replies







I bet you didn't tried this
[Yank] Map Vote (20). 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.


edited 1×, last 24.06.15 01:32:21 am

EDIT: Fixed.
edited 1×, last 24.06.15 09:40:28 am


1
2
3
4
5
6
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



