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

Open virtual container

Ksisio

New Member
Joined
Feb 21, 2008
Messages
54
Reaction score
0
Location
Stalowa Wola
At the beginning I would like to apologize for my poor english.

I need function to open virtual container. Something like this openVirtualContainer(cid, slots). Function should return container id so I could use it like this:

local newContainer = openVirtualContainer(cid, 20)

doAddContainerItem(newContainer, itemid).

Or function openContainer(cid, container id)
 
Back
Top