Save Skin
#1

Alright so I have a dini saving system.

I want to add skins to the save file, so I added the slot to save it.
Код:
dini_IntSet(file, "skin", 0);
It works fine.

When the player logs in.

Код:
SetPlayerSkin(playerid, dini_IntSet(file, "Skin"));
Now that means everyone saves as CJ. But I want them to save as the skin they first choose. Or they change to later.

But I don't know how to get the skin their wearing, and save the ID. I tried formating it but I couldnt get it to work.

I think it would go under OnPlayerDisconnect.

Reply


Messages In This Thread
Save Skin - by retart441 - 07.11.2009, 04:12
Re: Save Skin - by GTA967 - 07.11.2009, 04:36
Re: Save Skin - by retart441 - 07.11.2009, 04:51
Re: Save Skin - by Abernethy - 07.11.2009, 05:03
Re: Save Skin - by retart441 - 07.11.2009, 05:15

Forum Jump:


Users browsing this thread: 1 Guest(s)