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

Get Action.id

Migxxx

◥▶◀◤
Senator
Joined
Dec 7, 2008
Messages
1,619
Reaction score
20
Location
/dev/ttyS*
i need to get information about x item with action.id but i wont use getThingFromPos because the item is on the backpack of some1 so i need to know a method to get the actionid, The problem is the item can be ANY and ANY RANDOM ACTIONID..... Hope you understand, Ill rep you later thanks in advice!



UDGE HELPED ME, METHOD:

local item = getPlayerItemById(cid, TRUE, id)
local actionId = item.actionid
 
Last edited:
Back
Top Bottom