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

Lua [TFS 0.3.6] What is an itemEx?

waqmaz

Member
Joined
Jun 17, 2015
Messages
203
Reaction score
11
For example in:
Code:
function onUse(cid, item, fromPosition, itemEx, toPosition)
what is an itemEx? xd
I program using TFS 0.3.6 a long time, but have never using that itemEx.
 
cid = creature_id
item = item being used
itemEx = item being used on (crosshairs)
fromPosition = current position of item
toPosition = item being used on position (crosshairs)
 
Back
Top