[Ajuda] Estagios no respeito preciso para upar
#1

Eu queria por por estagios, ai qnt maior o level mais dificel, nгo igual como ta

To com um problemгo, meu server faz uns calculos loucos com essa variavel:
levelexp

Pra poder ver qnt lvl precisa pra ir upando e tal, e vai somando tipo se levelexp fosse 10
lvl 1 = 10 respeito, 2 = 20, 3 = 30

Eu queria colocar uma parada que fosse dificultando diacordo com o nivel

tipo isso

pawn Код:
// exp stages
if(PlayerInfo[playerid][pLevel] == 1){
    levelexp = 5;
}
else if(PlayerInfo[playerid][pLevel] == 2){
    levelexp = 8;
}
else if(PlayerInfo[playerid][pLevel] == 3){
    levelexp = 10;
}
else if(PlayerInfo[playerid][pLevel] == 4){
    levelexp = 12;
}
else if(PlayerInfo[playerid][pLevel] == 5){
    levelexp = 15;
}
else if(PlayerInfo[playerid][pLevel] == 6){
    levelexp = 20;
}
else if(PlayerInfo[playerid][pLevel] == 7){
    levelexp = 25;
}
else if(PlayerInfo[playerid][pLevel] == 8){
    levelexp = 30;
}
else if(PlayerInfo[playerid][pLevel] == 9){
    levelexp = 35;
}
else if(PlayerInfo[playerid][pLevel] >= 10){
    levelexp = 40;
}
Mas lб qnd cria a variavel sу ta new levelexp = 12;
e se eu tento colocar esses de cima no onplayerspawn, connect da sempre bosta, msm com playerid n sei onde mexo!



---

tem um outro lugar q tem essa variavel
new expquantidade = nxtlevel*levelexp;
Reply
#2

tem como?
Reply
#3

claro que tem como.. mas quem tem que saber se tem essa variavel й vocк.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)