Forum

> > CS2D > Scripts > zombie script
Forums overviewCS2D overview Scripts overviewLog in to reply

English zombie script

7 replies
To the start Previous 1 Next To the start

old zombie script

haha1955
User Off Offline

Quote
hi guys,

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

old Re: zombie script

haha1955
User Off Offline

Quote
@user Gaios: instead of being helpful, you only provoke me with it.
I am not 12 years old, Have a little respect for me!

@user 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

@user DC: Und danach willst du mir sagen das der forum hilfreich ist...
edited 1×, last 31.05.19 02:52:17 am

old Re: zombie script

phalenkO
User Off Offline

Quote
@user haha1955: I dont tried the this code because you should tried:)

1
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

old Re: zombie script

phalenkO
User Off Offline

Quote
@user 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
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
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview