[Ajuda] Reset de Procurado
#1

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?
Reply
#2

PHP код:
 pWantedLevel] == 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)