Forum

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

English Vote map

2 replies
To the start Previous 1 Next To the start

old Vote map

StarDestroyer
BANNED Off Offline

Quote
Hi! guys i need a script it is a Vote Map

well it is easy like this

1
2
3
4
5
6
7
8
9
10
11
12
13
14
mapname == 0


addhook("serveraction","a1")
function a1(id,action)
if action==3 then
menu(id,"Vote a Map,Vote"..mapname[id]..",Vote "..mapname[id]..",vote"..mapname[id].."")
end
end

addhook("menu","_menu")
function _menu(id,title,button)
"BlaBlaBla
end

make me a script just one!!
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview