roriscrave
Advanced OT User
- Joined
- Dec 7, 2011
- Messages
- 1,210
- Solutions
- 35
- Reaction score
- 206
How can i check all player outfit, and how much outfits he have?
tfs 1.3 8.6
tried something like this, but player:hasOutfit() dont is a table.
Need to check if all outfits player have
tfs 1.3 8.6
tried something like this, but player:hasOutfit() dont is a table.
Need to check if all outfits player have
LUA:
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
print(#player:hasOutfit())
return true
end