[Ajuda] Sistema De Level, Com Kills
#1

Bom Dia Galera Eu Conseguir Fazer Uma Coisinha De Level Aki

PHP код:
new Level[MAX_PLAYERS];
new 
matou[MAX_PLAYERS];
new 
morreu[MAX_PLAYERS];
public 
OnPlayerDeath(playeridkilleridreason)
{
    
matou[killerid]++;
    if(
matou[killerid] >= 50)
        
Level[killerid]++;
    
morreu[playerid]++;
    if(
morreu[playerid] >= 50)
        
Level[playerid]--;
    return 
1;

Se O Player Morre 50 Perde Um Level, Mais C Ele Matar 50 Ele Ganha Um Level, Assim E Bacana, Mais Eu Queria Que O Sistema Acompanhace uma sequecia, exemplo:

2 para 3 = 30 Mortes
3 para 4 = 40 mortes
4 para 5 = 50 Mortes

E Assim Vai , Como Eu Coloco Para Ser Assim?
Vlw Ai Galera.
Reply
#2

Seria Mais Ou Menos Assim?

PHP код:
if(level >= 2(playerid))
{
matou[killerid]++; 
if(
matou[killerid] >= 30
Level[killerid]++; 
}
else if(
level >= 3(playerid))
{
matou[killerid]++; 
if(
matou[killerid] >= 40
Level[killerid]++; 
return 
1;

?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)