[Ajuda] Adicionar
#1

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

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)