mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-12-23 04:17:13 +01:00
@@ -57,9 +57,9 @@ function onSay(cid, words, param)
|
||||
local outfits = {}
|
||||
|
||||
if itemid > 1000 then
|
||||
local first = math.floor(itemid/1000)
|
||||
table.insert(outfits, first)
|
||||
itemid = itemid - (first * 1000)
|
||||
local first = math.floor(itemid/1000)
|
||||
table.insert(outfits, first)
|
||||
itemid = itemid - (first * 1000)
|
||||
end
|
||||
table.insert(outfits, itemid)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user