I know make lua in map like this
Example:
1
2
3
4
5
6
7
2
3
4
5
6
7
addhook('spawn', 'inspawn') function inspawn(id) parse('setmaxhealth '.. id ..' 1') parse("equip "..id.." 35") parse("setarmor "..id.." 100") parse("setweapon "..id.." 35") end
edited 3×, last 17.09.11 01:31:41 pm