SA-MP Forums Archive
[Ajuda] Reset de Procurado - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Reset de Procurado (/showthread.php?tid=639049)



Reset de Procurado - CromadoH - 10.08.2017

Olб, eu estava colocando salvamento de procurado no GM.

Quote:

public OnPlayerRegister
format(var, 64, "WantedLevel=%d\n",PlayerInfo[playerid][pWantedLevel]);fwrite(hFile, var);
public OnPlayerUpdate
format(var, 64, "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 ); }

Atй entгo, tб certo tudo, tб salvando o nнvel de procurado do jogador, mais ele loga com nнvel de procurado e apуs fazer o login alguma coisa do GM, tб dando reset no nнvel fazendo ele voltar pro 0 novamente.

alguem sabe em qual local eu deveria procurar?


Re: Reset de Procurado - DelK - 10.08.2017

PHP код:
 pWantedLevel] ==