How to create?
#1

How i can to create level system with exp, example: i kill man and i get exp...
Reply
#2

pawn Код:
new Exp[MAX_PLAYERS];


OnPlayerDeath(playerid,killerid,reason)
{
Exp[killerid] += 10;
return 1;
}
go from there
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)