Forum

> > CS2D > Scripts > TheronMod Script Help
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch TheronMod Script Help

5 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt TheronMod Script Help

Precel97
User Off Offline

Zitieren
Can Someone Help?
This Script Have Error But I Don't Know this error

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
addhook("serveraction","yay")
function yay(id,act)
if act==1 then
menu(id,"TheronMod,Classes|Select Your Class,Shop|Buy Some Items,Help|Need Some Help?")
end
end
addhook("menu","menucheck")
function menucheck (id,m,b)
if m=="TheronMod" then
if b==1 then
menu(id,"Classes,Theron")
elseif b==2 then
menu(id,"Shop,Candy")
elseif b==3 then
menu(id,"Help,Some help")
end
end
if m=="Classes" then
if b==1 then
parse("equip "..id.." 73")
end
end
if m=="Shop" then
if b==1 and mon>1000 then
parse("sethealth "..s.." "..player(s,"health")+(hp/25))
parse("setmoney "..id.." "..(mon-1000))
elseif mon<1000 then
msg("©15957198Ohh...You Don't Have Money To Buy A Candy :(")
end
end
end

This Is Console Shows Me : http://img21.imageshack.us/i/adasv.png/
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht