Eae galera tenho um script feito por ("zipter98") < Todos Creditos para ele   tag do meu talk <talkaction words="!pvpon;!pvpoff" event="script" value="pvpon.lua"/> local msg = "Agora seu sistema PvP está %s." function onSay(cid, words, param) local _table = { ["!pvpon"] = {"ativado", 1}, ["!pvpoff"] = {"desativado", 0}, } if _table[param:lower()] then local mode = _table[param:lower()] setPlayerStorageValue(cid, 91821, mode[2]) doPlaye