OmfgRegister
Active Member
- Joined
- Mar 7, 2009
- Messages
- 173
- Reaction score
- 49
Basicly i need a chest to give you an item that has a certain action id on it
This is basicly what i need but i need it to work lmao
anyone have any ideas?
Using TFS .3
This is basicly what i need but i need it to work lmao
Code:
local item2 = 2380
item2.actionid = 3200
setItemName(item2, 'Special Item')
doPlayerAddItemEx(cid, item2, true)
anyone have any ideas?
Using TFS .3