
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
addhook('say','say_hook') function say_hook(id,txt) if txt=='!myusgn' then msg2(id,'	�132000162Your usgn is : '..player(id,'usgn')..' In unreal software') elseif txt=='!resetscore' then parse('setscore '..id..' 0') parse('setdeaths '..id..' 0') msg2(id,'�059143178Player '..player(id,'name')..' reset their score') end end addhook('join','slooper_join') function slooper_join(id) msg2(id,'�059197122Player '..player(id,'name')..' Has joined game have fun !') end addhook('drop','drop_hook') function drop_hook(id,iid,type,ain,a,mode,x,y) msg2(id,'�122155186 '..player(id,'name')..' Droped '.. item(iid,'name')..'') end
Error : LUA ERROR : sys/lua/1.lua:20 attempt concatenate a boolean value
please comment
