i need for the nemesis rpg launcher script. Can pls anyone create for me? *-*
Forum
CS2D Scripts zombie scriptzombie script
7 replies 1
i need for the nemesis rpg launcher script. Can pls anyone create for me? *-*
haha1955 has written
Can pls anyone create for me? *-*
Anyone can't create for you.
I am not 12 years old, Have a little respect for me!
@ crazy junkman Wolfgang: I really have no idea what you are talking about, can you for me do it or not? just answer my question
@ DC: Und danach willst du mir sagen das der forum hilfreich ist...
edited 1×, last 31.05.19 02:52:17 am
its easy to edit and give other zombie cathegories specific weapons, now im unsure if thats possible for ''nemesis'', but hey, you will not find out unless you try
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
addhook("startround","r") function r(id,val) local ss = math.random(#id("tableliving")) parse("equip "..ss.." rpg") ---I forget the rpg id parse("equip "..ss.." 83") msg2(id,"Server prefer you") msg(""..player(ss,"name").." = big zombie") return 1 end end
@ phalenkO: not worked
edited 1×, last 31.05.19 02:03:55 pm
I made mistake this code
1
local ss = math.random(#id("tableliving"))
You tried this code:
1
local ss = math.random(#player("tableliving"))
Or u tried the this:
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
addhook("startround","r") function r(id,val) local ss = math.random(#player("tableliving")) parse("equip "..ss.." rpg") ---I forget the rpg id parse("equip "..ss.." 83") msg2(id,"Server prefer you") msg(""..player(ss,"name").." = big zombie") return 1 end end
1