Forum

> > CS2D > Scripts > zombie classes and Add
Forums overviewCS2D overview Scripts overviewLog in to reply

English zombie classes and Add

3 replies
To the start Previous 1 Next To the start

old Re: zombie classes and Add

Apache uwu
User Off Offline

Quote
So like...

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
addhook("serveraction","_serveraction")
addhook("menu","_menu")

function _serveraction(id,act)
	if act==1 then
		menu("BUY MENU,Airstrike|$100")
	end
end

function _menu(id,title,button)
	if title=="BUY MENU" then
		if button==1 then
			if player(id,"money")>=100 then
				parse("equip "..id.." 76")
				parse("setmoney "..id.." "..player(id,"money")-100)
			else
				msg2(id,"Not enough money.")
			end
		end
	end
end

old Re: zombie classes and Add

Spook MQ Hacker
BANNED Off Offline

Quote
but can you add this script a BUY MENU.

Spoiler >

old Your Script ...

sheeL
User Off Offline

Quote
Spoiler >



If you need help, talk to me!

Hey, I do not have time to correct your script, so I'm taking that I have this script on my server. I did this month
but I added some shares and buy menu
I have not tested
but if "Bug" send me email when I have time I'll fix it

Your script will fix next week, cause I'm in a time trial in my College

I made this script in a hurry '-'

Sorry for something e.e '
Sorry my Inglish (From My France)
1
Fuck All
edited 1×, last 12.12.11 05:33:17 pm
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview