[Ajuda]Salvar nivel de procurados
#3

Quote:
Originally Posted by WooZie[GT
]
Aparecer estrelinhas: SetPlayerWantedLevel.

Para salvar na conta, й sу seguir o processo as outras coisas que salvam na conta, por exemplo o level.

Abaixo um exemplo, talvez serб preciso vocк modificar para nгo haver erros.

pawn Code:
enum pInfo
{
    pWantedLevel,
};
new PlayerInfo[MAX_PLAYERS][pInfo];

public OnPlayerRegister
format(var, 32, "WantedLevel=%d\n",PlayerInfo[playerid][pWantedLevel]);fwrite(hFile, var);
public OnPlayerUpdate
format(var, 32, "WantedLevel=%d\n",PlayerInfo[playerid][pWantedLevel]);fwrite(hFile, var);
public OnPlayerLogin
if( strcmp( key , "WantedLevel" , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid][pWantedLevel] = strval( val ); }

/*ai no gamemode vocк troca a variavel WantedLevel[MAX_PLAYERS]; por PlayerInfo[playerid][pWantedLevel];*/
--

Aceita-se sugestхes para novos aplicativos...
Loko Funfo aki valeu
Reply


Messages In This Thread
[Ajuda]Salvar nivel de procurados - by nlcrp - 01.12.2009, 00:28
Re: [DUV]Salvar nivel de procurados - by KingstoN* - 01.12.2009, 10:16
Re: [DUV]Salvar nivel de procurados - by Suporte_bnv - 31.12.2009, 04:27
Re: [DUV]Salvar nivel de procurados - by LeoH - 31.12.2009, 15:21
Re: [DUV]Salvar nivel de procurados - by Krypton - 10.01.2010, 12:45
Re: [DUV]Salvar nivel de procurados - by JustinSton - 19.01.2010, 15:46
Re: [DUV]Salvar nivel de procurados - by Michel_Vegeta - 27.01.2010, 11:41
Re: [DUV]Salvar nivel de procurados - by [O_o]Davidovich - 27.01.2010, 12:12
Re: [DUV]Salvar nivel de procurados - by Michel_Vegeta - 27.01.2010, 15:24
Re: [DUV]Salvar nivel de procurados - by Joaquim_Blakman - 27.01.2010, 16:28

Forum Jump:


Users browsing this thread: 2 Guest(s)