• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

TalkAction Advanced sex system

Code:
			if getPlayerSex(target.uid) == getPlayerSex(cid) then
				return doPlayerSendCancel(cid, "You cannot make sex with same gender as self, pervert!") and doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF)
			end

Made me laugh, haha. Make sex :rolleyes:
 
Code:
			if getPlayerSex(target.uid) == getPlayerSex(cid) then
				return doPlayerSendCancel(cid, "You cannot make sex with same gender as self, pervert!") and doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF)
			end

Made me laugh, haha. Make sex :rolleyes:
LOOOOOL xD.
 
Back
Top