please can some one help me with this lua?
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
timer(5000,'trigger_open',"",99999) addhook('triggerentity',' trigger_open') function trigger_open(id) if entity(21,15,"state")==false then parse('trigger o') msg("©255000000Empty home door is check") if entity(21,18,"state")==false then parse('trigger d') msg("©255000000Empty home door is check") elseif entity(19,19,"state")==false then parse('trigger vip') msg("©255000000Empty home door is check") elseif entity(19,29,"state")==false then parse('trigger duris') msg("©255000000Empty home door is check") elseif entity(20,30,"state")==false then parse('trigger vip1') msg("©255000000Empty home door is check") end end
as i know if it works it will spam empty home door is check .
I see many requests about that and if u guyz free please
make this small code
Thanks