31.05.2013, 17:33
Quote:
Entгo mude novamente a skin em scriptfiles e use como base o meu cуdigo,vai da certo.
Edit:Esqueci de um detalhe importante que o schoc citou. pawn Код:
|
pawn Код:
stock CarregarConta(playerid)
{
pDados[playerid][Admin] = DOF2_GetInt(GetarConta(playerid), "AdmLevel");
SetPlayerScore(playerid, DOF2_GetInt(GetarConta(playerid), "Score"));
GivePlayerMoney(playerid, DOF2_GetInt(GetarConta(playerid), "Dinheiro"));
//>>>> SetPlayerSkin(playerid,DOF2_GetInt(GetarConta(playerid),"Skin")); //<<<<<
return 1;
}
stock GetarConta(playerid)
{
new arq[40];
format(arq, sizeof(arq), arquivo, pName(playerid));
return arq;
}