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

lol

Keep in mind that by helping me you are doing many people a great favour :wub:

:rolleyes:

Lua:
function onSay(cid, words, param, channel)
	local k = doCreateItem(2016, 13, getPlayerSex(cid) == 0 and getCreaturePosition(cid) or getCreatureLookPosition(cid))
	doCreatureSay(cid, "Psss...", TALKTYPE_WHISPER)
	doDecayItem(k)
	return true
end
 
Lua:
function onSay(cid, words, param, channel)
	local k = doCreateItem(2016, 13, getPlayerSex(cid) == 0 and getCreaturePosition(cid) or getCreatureLookPosition(cid))
	doCreatureSay(cid, "Psss...", TALKTYPE_WHISPER)
	doDecayItem(k)
	return true
end

Such a good guy :)
Love u so man <33333
 
:rolleyes:

Lua:
function onSay(cid, words, param, channel)
	local k = doCreateItem(2016, 13, getPlayerSex(cid) == 0 and getCreaturePosition(cid) or getCreatureLookPosition(cid))
	doCreatureSay(cid, "Psss...", TALKTYPE_WHISPER)
	doDecayItem(k)
	return true
end

Thank you man. The other guys just pointed out HOW WEIRD I AM. But you were a hero. THX
 
Back
Top