1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
if ( action == 2 ) then if policeboss[id] == 1 and wallhack[id] == "Disabled" then 				wallhack[id] = "Enabled" 				else if policeboss[id] == 1 and wallhack[id] == "Enabled" then 				wallhack[id]= "Disabled" 				else msg2(id,"\169255255000[ Information ]: ".."\169255000000You are not able to use this command") 					end end end end
Its keep showing me that i can not use this command and my policeboss[id] is 1 ( Already enabled )
and when i remove the policeboss[id] the command works again
someone have fix or something...?