• 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 How to set uniqueid in TFS 1.1?

allway

New Member
Joined
Apr 12, 2013
Messages
8
Reaction score
0
Location
Brasil
item:setActionId(actionId)

item:setUniqueId(uniqueId)???

How to set uniqueid in TFS 1.1?
 
Code:
item:setAttribute(IITEM_ATTRIBUTE_UNIQUEID, value)
item:setAttribute(ITEM_ATTRIBUTE_ACTIONID, value)
 
Back
Top