Problem with level
#2

It is possible without timers. If you add some Exp to player and then you called function(same as /levelup but "auto") e.g.
Код:
CheckPlayerLevelForEXP(playerid) if(currentEXP[playerid] > some_value) lvl[playerid] += 1;
so if you add player exp then function "CheckPlayerLevelForEXP" will be called.
See: https://sampwiki.blast.hk/wiki/CallLocalFunction
something like that..
Reply


Messages In This Thread
Problem with level - by OnY - 25.11.2013, 17:39
Re: Problem with level - by Jacapo - 25.11.2013, 18:05
Re: Problem with level - by OnY - 30.11.2013, 06:11
Re: Problem with level - by SilentSoul - 30.11.2013, 06:39
Re: Problem with level - by Kyosaur - 30.11.2013, 06:45
Re: Problem with level - by OnY - 30.11.2013, 06:47
Re: Problem with level - by SilentSoul - 30.11.2013, 07:01
Re: Problem with level - by OnY - 30.11.2013, 07:36
Re: Problem with level - by OnY - 30.11.2013, 08:34
Re: Problem with level - by SilentSoul - 30.11.2013, 08:37

Forum Jump:


Users browsing this thread: 2 Guest(s)