[Ajuda] Sistema EXP
#4

PHP код:
public Experience(playeridvalue

    
Point[playerid][pEXP] += value
    if(
Point[playerid][pEXP] >= GetValueXP(playerid)) 
    { 
        
Point[playerid][pEXP] = 0
        
Player[playerid][Score] += 1
        
SetProgressBarValue(BARXP[playerid], 0); 
        
SetProgressBarMaxValue(BARXP[playerid], GetValueXP(playerid)); 
        
SetPlayerScore(playeridPlayer[playerid][Score]); 
        
GameTextForPlayer(playerid"~y~VOCE UPOU DE LEVEL!!!!"30003); 
        
Salvar_Conta(playerid); 
        return 
1
    } 
    
UpdateBar(playerid); 
    return 
1

...
PS: Nгo intendo muito sobre .
Reply


Messages In This Thread
Sistema EXP - by BrGabrielBr - 19.03.2018, 15:42
Re: Sistema EXP - by FerrariL - 19.03.2018, 15:57
Re: Sistema EXP - by BrGabrielBr - 19.03.2018, 16:24
Re: Sistema EXP - by Don_Speed - 20.03.2018, 14:45
Re: Sistema EXP - by BrGabrielBr - 20.03.2018, 18:12
Re: Sistema EXP - by Don_Speed - 20.03.2018, 19:09
Re: Sistema EXP - by Injury - 20.03.2018, 19:42
Re: Sistema EXP - by BrGabrielBr - 20.03.2018, 20:09

Forum Jump:


Users browsing this thread: 1 Guest(s)