I know very little about lua scripts in cs2d .
Just explain these things...
/////
if sample==nil then sample={} end
sample.classes={}
/////
function initArray(m)
local array = {}
for i = 1, m do
array[i]=0
end
return array
end
////////
addhook([[serveraction]],[[sa]])
function sa(id,a)
if a == 1 then
menu(id,[[Vote,Vote Mute,Vote Kill,Vote Kick,Vote Ban]])
end
end
PS: It is not one script