[Ajuda] Como salvar skin custom no 03dl
#9

Faзa assim mano

No topo da GM

Code:
#define PASTA_CONTAS        "/Contas/%s.ini"     // Mude caso nгo estiver correto a pasta de contas
Em OnPlayerConnect

Code:
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, sizeof(aname));
format(file, sizeof(file), PASTA_CONTAS, aname);
SetPlayerSkin(playerid, DOF2_GetInt(file, "SkinPlayer"));
Em OnPlayerDisconnect
Code:
new conta [ 256 ];
format(conta, sizeof(conta), PASTA_CONTAS, PlayerName(playerid));
DOF2_SetInt(conta, "SkinPlayer", GetPlayerSkin(playerid));
Reply


Messages In This Thread
Como salvar skin custom no 03dl - by murilo2929 - 31.10.2018, 18:55
Re: Como salvar skin custom no 03dl - by own3d33 - 31.10.2018, 19:41
Re: Como salvar skin custom no 03dl - by Malandrin - 31.10.2018, 22:47
Re: Como salvar skin custom no 03dl - by murilo2929 - 01.11.2018, 00:36
Re: Como salvar skin custom no 03dl - by GuiLopez - 01.11.2018, 01:35
Re: Como salvar skin custom no 03dl - by murilo2929 - 01.11.2018, 13:12
Re: Como salvar skin custom no 03dl - by ipsLuan - 01.11.2018, 13:17
Re: Como salvar skin custom no 03dl - by murilo2929 - 01.11.2018, 16:09
Re: Como salvar skin custom no 03dl - by GuiLopez - 01.11.2018, 17:40
Re: Como salvar skin custom no 03dl - by Locky_ - 01.11.2018, 18:33
Re: Como salvar skin custom no 03dl - by murilo2929 - 01.11.2018, 19:05

Forum Jump:


Users browsing this thread: 1 Guest(s)