And if you want to see all Commands that can be used paste this into your commands.lua:
local myFile = "data/talkactions/talkactions.xml"
local useAccess = true --true / false
function onSay(cid, words, param, channel)
local commands, acc, myAcc, x = {}, {}, getPlayerAccess(cid), 0...