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

onEquip bug ?

GSMaster

Why? for money
Joined
Oct 26, 2008
Messages
169
Solutions
1
Reaction score
10
Location
HKS <3
why this feature is repeated twice?

check:
Lua:
function onEquip(cid, item, slot)
		doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "text / "..os.time())
	return true
end

result:
Code:
14:59 text / 1281790792
14:59 text / 1281790792

TFS 0.3.5_SVN (onDeEquip work perfect)
 
Back
Top