SA-MP Forums Archive
[Ajuda] Adicionar - 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] Adicionar (/showthread.php?tid=676719)



Adicionar - oRaphael - 17.06.2020

Por que nгo ta adicionando nem removendo a varial do jogador?

PHP Code:
    PlayerInfo[playerid][pDrogas]--;
    
PlayerInfo[id][pDrogas]++; 



Re: Adicionar - darkxdll - 17.06.2020

Quote:
Originally Posted by oRaphael
View Post
Por que nгo ta adicionando nem removendo a varial do jogador?

PHP Code:
    PlayerInfo[playerid][pDrogas]--;
    
PlayerInfo[id][pDrogas]++; 
Tente sу:

PHP Code:
    PlayerInfo[playerid][pDrogas] -= 1;
    
PlayerInfo[id][pDrogas] += 1