16.02.2012, 07:44
This what you showed
I belive it sets you one level per each hour. Also you should define that timer aswell.
Pro's, am I right?
pawn Код:
public levelup(playerid)
{
SetTimer("levelup",60000,true);
if(PlayerInfo[playerid][pLevel] = 1);
{
PlayerInfo[playerid][pLevel]++;
}
Pro's, am I right?