i need for the nemesis rpg launcher script. Can pls anyone create for me? *-*
Forum




zombie script
7 replies



i need for the nemesis rpg launcher script. Can pls anyone create for me? *-*

Can pls anyone create for me? *-*
Anyone can't create for you.

I am not 12 years old, Have a little respect for me!
@

@

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

@

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



