16.02.2012, 07:07
I am trying to make a lvl up sistem on time i have this
What do i need to change so i can make it 1 lvl 3 hour then for 2 level 6 hours and so on but like 3 hours complete and then 3 + 3 for lvl 2 if anyone can help
Код:
public levelup(playerid) { SetTimer("levelup",60000,true); if PlayerInfo[playerid][pLevel] = 1; PlayerInfo[playerid][pLevel]++; }