[Ajuda] GivePlayerGrana - Carregar Fail
#1

Opa , to ajudando meu amigo a arrumar o GM dele , e o GM dele usar "GivePlayerGrana" invкs de "GivePlayerMoney" , o problema e que quando o conta carregada , a "Grana" e zerada... o salvamento ta 100%...

Salvar:
PHP код:
dini_IntSet(conta"Dinheiro"GetPlayerGrana(playerid)); 
Carregar:
PHP код:
GivePlayerGrana(playeriddini_Int(file"Dinheiro")); 
Stocks:
PHP код:
stock GivePlayerGrana(playeridammount)return Grana[playerid] += ammount;
stock GetPlayerGrana(playerid)return Grana[playerid]; 
To tendo muito dificuldade pra mecher com Dini , estudei DOF2... fora que o GM e antigo :/ , mas jб tentei de tudo , pesquisei tudo sobre dini , tutorias e nada...
Reply
#2

pawn Код:
GivePlayerGrana(playerid, strval(dini_Get(file, "Dinheiro")));
strval = string to value
dini_Get = pegar informaзхes (string).
Reply
#3

PHP код:
GivePlayerGrana(playeridstrval(dini_Get(file"Dinheiro"))); 
Nгo adiantou , porem acredito que o problema possa nгo ser o carregamento do arquivo...

PHP код:
public AtualizarGrana()
{
   foreach(
Playeri)
   {
     
GivePlayerMoney(iGetPlayerGranai));
     
ResetPlayerMoney(i);
   }

o "PlayerGrana" funciona como um Ant Money hack... acho que estб tendo conflito em algo , Mas onde ? jб revirei todo o GM , pensei em retirar isso e voltar com o "PlayerMoney" mas no momento acho que nгo e uma opзгo...


@Edit , Resolvido , retirei todo o sistema de Ant_Money_Hack.

Obrigado pela atenзгo
Reply
#4

PHP код:
public AtualizarGrana() 

   foreach(
Playeri
   { 
       
ResetPlayerMoney(i); 
       
GivePlayerMoney(iGetPlayerGranai)); 
     
   } 

Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)