[REQ]Exp system, please show me host to create it :)
#1

hello guys...

how i can create this script?

like if i killed ppl.. i'll got [1-200] of EXP
then if my EXP up to 1000.

i can use /levelup. then my level is level 2.
and the score is 2 too

the score is same as level

pls show me how guys
Reply
#2

under OnPlayerDeath
pawn Код:
SetPlayerScore(killerid, GetPlayerScore(killerid) + 200); this will give the score, and
using zcmd
pawn Код:
CMD:levelup(playerid,params[])
{
    if( GetPlayerScore(playerid) > 1000)
    {
     level[playerid] + 1;
    }
}
Reply
#3

K thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)