Forum




Does script goes like this?
5 replies



1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
addhook("serveraction","foo") function foo(id,action) 	if action==1 then 		bar(id) 	elseif action==2 then 		baz(id) 	else 		qux(id) 	end end
just change the names of the functions
Admin/mod comment





