• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Avesta 7.6 Commands Error

Code:
function onSay(cid, item, pos)
local amount = 100
return doPlayerAddPremiumDays(cid, amount)
end

will add 100 premium days to players account
In talkactions.xml:
Code:
<talkaction words="!buypremium" filter="first words" script="premium.lua"/>

At work, not sure if declaration is 100%, will check when home
 
update them because
no one can see the full error
for example the third pic error in getPlayer....
if we don't know the full function how can we help :o?

no full error = waste your own time = no help deserve
 
Back
Top