Doggynub
LUA / C++
- Joined
- Sep 28, 2008
- Messages
- 2,541
- Reaction score
- 186
if i have somthng like that
how say :
if one player have one of these storage > 0 then
get this storage and set it as i wish.
LUA:
local m = { ["rat"] = {storage = 29000},["spider"] = {storage=29010},["wolf"] = {storage = 29020}}
if one player have one of these storage > 0 then
get this storage and set it as i wish.