I really want the script of the server
CONSTRUCTION PRIZES
Can you please tell me?
Because I really wants scripts with a command like
@makespec
Like that.
Can you guys please help me?
addhook ("say","spec") function spec(id,text) if (text=="!makespec") then parse("makespec "..id) end end
addhook("say","saymks") function saymks(id, txt) 	if(string.sub(txt,1,9)=="@makespec") then 	parse("makespec "..(tonumber(string.sub(txt,11,string.len(txt))))) 	end end