[REQ]Exp system, please show me host to create it :)
#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


Messages In This Thread
[REQ]Exp system, please show me host to create it :) - by leingod - 01.06.2011, 17:45
Re: [REQ]Exp system, please show me host to create it :) - by xalith - 01.06.2011, 18:00
Re: [REQ]Exp system, please show me host to create it :) - by leingod - 01.06.2011, 18:02

Forum Jump:


Users browsing this thread: 2 Guest(s)