25.11.2013, 18:05
(
Последний раз редактировалось Jacapo; 25.11.2013 в 21:15.
)
It is possible without timers. If you add some Exp to player and then you called function(same as /levelup but "auto") e.g.
so if you add player exp then function "CheckPlayerLevelForEXP" will be called.
See: https://sampwiki.blast.hk/wiki/CallLocalFunction
something like that..
Код:
CheckPlayerLevelForEXP(playerid) if(currentEXP[playerid] > some_value) lvl[playerid] += 1;
See: https://sampwiki.blast.hk/wiki/CallLocalFunction
something like that..