witam,
to mo?na powiedzie? oryginalny plik shop.lua z globalevents
http://wklej.org/id/544374/
a tutaj funkcja, kt?r? znalaz?em:
function doPlayerAddDepotItem(cid, item, count)
local item,count,pid = type(item)=="table" and item or {item},type(count)=="table" and count or {(count or...