Say:
1
2
3
4
5
6
2
3
4
5
6
for _, usgn in ipairs(viplist) do if player(id,'usgn') == usgn then msg("©000255000V.I.P ©255255255 "..player(id,"name").." : ©255255000"..message) return 1 end end
the function of the say is canceled by the following script, somehow they are compatible?
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
if message:sub (1,1) == "!" then comandolista = {"!cmds","!s","!rs"} comando = message:sub(1):split(' ') if not checkComando(comando[1]) then msg2(id,"©000255000Data: ©255000000¡Comando inexistente o mal escrito!") return 1 end end