[Ajuda] Erro Desconhecido
#5

Ta ai..
Quote:

stock SalvarPlayer(playerid)
{
GetPlayerName(playerid, Nome, sizeof(Nome));
format(String, sizeof(String), CONTAS, Nome);
DOF2::SetInt(String,"Dinheiro", GetPlayerMoney(playerid));
Skin[playerid] = GetPlayerSkin(playerid);
DOF2::SetInt(String,"Skin", GetPlayerSkin(playerid));
Procurado[playerid] = GetPlayerWantedLevel(playerid);
DOF2::SetInt(String,"Procurado", Procurado[playerid]);
GetPlayerName(playerid, Nome, sizeof(Nome));
format(String, sizeof(String), "LevelBRL/%s.ini", Nome);
DOF2_SetInt(String, "Segundos", PlayerInfo[playerid][pSegundos]);
DOF2_SetInt(String, "Score", PlayerInfo[playerid][pScore]);
GetPlayerName(playerid, String, sizeof(String));
format(String, sizeof(String), CONTAS, Nome);
GetPlayerPos(playerid,CoordX[playerid],CoordY[playerid],CoordZ[playerid]);
GetPlayerFacingAngle(playerid,CoordA[playerid]);
DOF2::SetInt(String,"CoordInt", GetPlayerInterior(playerid));
DOF2::SetFloat(String,"CoordX", CoordX[playerid]);
DOF2::SetFloat(String,"CoordY", CoordY[playerid]);
DOF2::SetFloat(String,"CoordZ", CoordZ[playerid]);
DOF2::SetFloat(String,"CoordA", CoordA[playerid]);
DOF2::SaveFile();
return true;
}

stock CarregarPlayer(playerid)
{
GetPlayerName(playerid, Nome, sizeof(Nome));
format(String, sizeof(String), CONTAS, Nome);
GivePlayerMoney(playerid, DOF2::GetInt(String,"Dinheiro"));
SetPlayerSkin(playerid, DOF2::GetInt(String, "Skin"));
Procurado[playerid] = DOF2::GetInt(String, "Procurado");
SetPlayerWantedLevel(playerid, Procurado[playerid]);
SetPlayerPos(playerid, CoordX[playerid], CoordY[playerid], CoordZ[playerid]);
SetPlayerFacingAngle(playerid, CoordA[playerid]);
SetPlayerInterior(playerid, DOF2::GetInt(String,"CoordInt"));

GetPlayerName(playerid, Nome, sizeof(Nome));
format(String, sizeof(String), "LevelBRL/%s.ini", Nome);
PlayerInfo[playerid][pSegundos] = DOF2_GetInt(String, "Segundos");
PlayerInfo[playerid][pScore] = DOF2_GetInt(String, "Score");
SetPlayerScore(playerid, DOF2_GetInt(String,"Score"));

DOF2::SaveFile();
return true;
}

Reply


Messages In This Thread
Erro Desconhecido - by felipelm3g - 11.12.2015, 00:00
Re: Erro Desconhecido - by matheusspohr - 11.12.2015, 00:19
Re: Erro Desconhecido - by felipelm3g - 11.12.2015, 00:23
Re: Erro Desconhecido - by CZ - 11.12.2015, 00:39
Re: Erro Desconhecido - by felipelm3g - 11.12.2015, 00:44
Re: Erro Desconhecido - by CZ - 11.12.2015, 00:49
Re: Erro Desconhecido - by felipelm3g - 11.12.2015, 01:06
Re: Erro Desconhecido - by cicinho - 11.12.2015, 08:07
Re: Erro Desconhecido - by felipelm3g - 11.12.2015, 12:38

Forum Jump:


Users browsing this thread: 1 Guest(s)