Forum

> > CS2D > Scripts > Vote map
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Vote map

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Vote map

StarDestroyer
BANNED Off Offline

Zitieren
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!!
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht