Is there any way to change the message? from English to another language?
"You see BLABLABLA"
I think it is this function: onLook...
Example:
"You see BLABLABLA"
I think it is this function: onLook...
Example:
Code:
if msg == "You see a "..Monster.."." then
local youSeeMonster = "Voc\ê v\ê um "..Monster.."."
return doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "youSeeMonster")
end
if msg == "You see a "..ItemName.."("..ItemAttack..", "..ItemDef..")\n"..ItemOz.."." then
local youSeeMonster = "Voc\ê v\ê uma "..ItemName.."("..ItemAttack..", "..ItemDef..")\n"..ItemOz.."."
return doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "youSeeMonster")
end