i need for the nemesis rpg launcher script. Can pls anyone create for me? *-*
Forum
Scripts
zombie script
zombie script
7 replies
1

i need for the nemesis rpg launcher script. Can pls anyone create for me? *-*
haha1955 has writtenCan pls anyone create for me? *-*
Anyone can't create for you.
Gaios: instead of being helpful, you only provoke me with it.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 12:52:17 am
haha1955: Well in a word, no... but i can give you guidelines, for example this script: http://www.unrealsoftware.de/files_show.php?file=288its 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
haha1955: I dont tried the this code because you should tried:)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
crazy junkman Wolfgang: im using this script...@
phalenkO: not worked edited 1×, last 31.05.19 12:03:55 pm
haha1955: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

Offline