Advertisement
Guest User

Untitled

a guest
May 29th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. /run c=0 for i=1,19 do d=GetInventoryItemID('player',i); if d then _,n,_,l = GetItemInfo(d);if l>226 then if i<16 or i>17 or l>232 then c=c+1 print(l,n) end end end end print(c,"issues found")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement