Leveling System
#3

Yeah I have the timers and enums but the main question would be, how do I make the timer longer depending on what level they were? Something like

pawn Код:
new score;
score = GetPlayerScore(playerid);
if(score == 1)
{
SetTimerEx( stuff here )
}
if(score == 2)
{
SetTimerEx (stuff here)
}
Would that be a way in doing it? I want to make it more challenging the higher the level of a player to get to the next level.
Reply


Messages In This Thread
Leveling System - by LiamM - 11.11.2011, 13:31
Re: Leveling System - by DaRkAnGeL[NBK] - 11.11.2011, 15:00
Re: Leveling System - by LiamM - 11.11.2011, 15:27

Forum Jump:


Users browsing this thread: 1 Guest(s)