• 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!

What is wrong?

mhamad

Member
Joined
May 15, 2010
Messages
165
Reaction score
14
Location
Germany
What is wrong?

function onSay(cid, words, param)
file = io.open('notice.txt', 'r')
notice = file:read(-1)
doShowTextDialog(cid, 7528, notice)
file:close()
end
 

Similar threads

Back
Top