03.01.2011, 15:50
(
Last edited by TiagoPS; 03/01/2011 at 04:27 PM.
)
Este й o topico de duvida mais longo que ja vi hsaushuahsuahushua
se ele n conseguir fasco um em dini para vc
vo fazer msm assim ja edito o topico
EDIT
Add isto ao fundo de seu GM
Agora em onplayerdisconnect
agora onde o player faz login add esta linha
qualquer erros poste-os
se ele n conseguir fasco um em dini para vc
vo fazer msm assim ja edito o topico
EDIT
Add isto ao fundo de seu GM
pawn Code:
SalvarNivel(playerid)
{
new Nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, Nome, sizeof(Nome));
new String[11];
format(String, sizeof(String), "WantedLevel");
if(!dini_Exists(String))
{
dini_Create(String);
}
dini_IntSet(String,Nome, /*AQUISUAVARIAVEL*/);
return 1;
}
SetarNivel(playerid)
{
new Nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, Nome, sizeof(Nome));
new String[11];
format(String, sizeof(String), "WantedLevel");
/*AQUISUAVARIAVEL*/ = dini_Int(String, Nome);
return 1;
}
pawn Code:
SalvarNivel(playerid)
pawn Code:
SetarNivel(playerid)