Jump to content

How to save...


A7mad-78

Recommended Posts

Washing them a bit, not wearing them too often, you know, the usual...

that wasnt nesseccary :P

But pretty funny, I thought. :)

I can't really pretend that I don't have any sympathy for people who don't answer something that's being asked in a very poor fashion (á la "gimme this plx") for the n billionth time, either.

Link to comment

You can use it Client/Serverside, but Serverside is smarter for saving it directly into a Database.

for clothesKey = 0, 17 do
if getPedClothes(player, clothesKey) then
     texture, model= getPedClothes ( player, clothesKey )
setElementData(player, "texture#"..getClothesTypeName(clothesKey), texture)
setElementData(player, "model #"..getClothesTypeName(clothesKey), model)
end
end

https://wiki.multitheftauto.com/wiki/GetClothesTypeName

Link to comment

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...