Forum

> > CS2D > Scripts > zombie classes and Add
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch zombie classes and Add

3 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: zombie classes and Add

Apache uwu
User Off Offline

Zitieren
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

alt Re: zombie classes and Add

Spook MQ Hacker
BANNED Off Offline

Zitieren
but can you add this script a BUY MENU.

Spoiler >

alt Your Script ...

sheeL
User Off Offline

Zitieren
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
1× editiert, zuletzt 12.12.11 17:33:17
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht