Forum

> > CS2D > Scripts > Server action 1 Menu??
Forums overviewCS2D overview Scripts overviewLog in to reply

English Server action 1 Menu??

3 replies
To the start Previous 1 Next To the start

old Server action 1 Menu??

Bobakrome
User Off Offline

Quote
1
2
3
4
5
6
7
addhook("say", "admmenu1")
function admmenu1(id, txt)
if action==1 then
menu(id, "Admin Menu,Spawn|Items or Objects,Promote|Mod or Member,Give|Speed or Health,Punish|Kill Ban or Kick,Server Action|Restart,Teleport|Goto or Bring a player,Chat Settings|Color or Tag,,Quit")
return 1
end
end
Can Someone Fix?
I mean when u press f2 show the following menu

old Re: Server action 1 Menu??

palomino
User Off Offline

Quote
1
2
3
4
5
6
addhook("serveraction", "admmenu1")
 function admmenu1(id,act)
 if act==1 then
 menu(id, "Admin Menu,Spawn|Items or Objects,Promote|Mod or Member,Give|Speed or Health,Punish|Kill Ban or Kick,Server Action|Restart,Teleport|Goto or Bring a player,Chat Settings|Color or Tag,Quit")
 end
 end

old Re: Server action 1 Menu??

Crash13
User Off Offline

Quote
user White_12E_456_789 has written
hey you can't use f1, f1 is the server info


act=1 -----> this is F2 lol?

1
2
3
4
5
6
addhook("serveraction","rr_act")
function rr_act(id,action)
if action == 1 then
menu(id, "Admin Menu,Spawn|Items or Objects,Promote|Mod or Member,Give|Speed or Health,Punish|Kill Ban or Kick,Server Action|Restart,Teleport|Goto or Bring a player,Chat Settings|Color or Tag,,Quit")
end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview