05.07.2018, 03:17
Quote:
Vк se o seu:
LoadPlayer(playerid); se ta +/- assim: PHP код:
PHP код:
|
PHP код:
LoadPlayer(playerid)
{
if( DOF2_FileExists(PegarConta(playerid)))
{
DOF2_SetInt(PegarConta(playerid), "Senha", Player[playerid][Senha]);
DOF2_SetInt(PegarConta(playerid), "Skin", Player[playerid][Skin]);
DOF2_SetInt(PegarConta(playerid), "Score", Player[playerid][Score]);
DOF2_SetInt(PegarConta(playerid), "Dinheiro", Player[playerid][Dinheiro]);
DOF2_SetInt(PegarConta(playerid), "Admin", Player[playerid][Admin]);
DOF2_SetInt(PegarConta(playerid), "Faccoes", Player[playerid][Faccoes]);
DOF2_SetInt(PegarConta(playerid), "Morro", Player[playerid][Morro]);
DOF2_SetInt(PegarConta(playerid), "Cargo", Player[playerid][Cargo]);
DOF2_SetInt(PegarConta(playerid), "Morreu", Player[playerid][Matou]);
DOF2_SetInt(PegarConta(playerid), "Morreu", Player[playerid][Morreu]);
//
SetPlayerScore(playerid, Player[playerid][Score]);
GivePlayerMoney(playerid, Player[playerid] [Dinheiro]);
SetPlayerSkin(playerid, Player[playerid][Skin]);
}
return 1;
}