Forum

> > CS2D > Scripts > Buy script
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Buy script

1 Antwort
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Buy script

jeremias
User Off Offline

Zitieren
Thanks all for help, Edited!
3× editiert, zuletzt 30.07.14 04:23:53

alt Re: Buy script

limonata
User Off Offline

Zitieren
Here is the code. I hope it'll help you.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
addhook("say","_say")
function _say(id,txt)
	if txt == "@kit" then
		if player(id,"team") == 1 then
			parse("equip "..id.." ".. 73)
			parse("equip "..id.." "..51)
			msg2(id,"Items were taken!")
			return 1
		else
			msg2(id,"©255000000You must be terrorist to use this command!")
			return 1
		end
	end
end
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht