Jump to content

[Help]Get All Things


3B00DG4MER

Recommended Posts

Posted

There are 67 shirts, each one has index, so you can loop function

for i=1, 67 do 
getClothesByTypeIndex ( 0, i ) 
end 

Then you would get all shirts.

Posted
There are 64 shirts, each one has index, so you can loop function
for i=1,64 do 
getClothesByTypeIndex ( 0, i ) 
end 

Then you would get all shirts.

Thanks!

But Question,i can Add for e.g shoes

like that ?:

for i=1,37 do 
getClothesByTypeIndex ( 3, i ) 
end 

Posted
There are 67 shirts, each one has index, so you can loop function
for i=1, 67 do 
getClothesByTypeIndex ( 0, i ) 
end 

Then you would get all shirts.

How do i get Clothes texture from Index ?

Posted
There are 67 shirts, each one has index, so you can loop function
for i=1, 67 do 
getClothesByTypeIndex ( 0, i ) 
end 

Then you would get all shirts.

How do i get Clothes texture from Index ?

Delete that post

I've Fixed

thanks !!! Who Am I

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...