- Score
#2

Код:
stock GivePlayerXP(playerid,xp)
{
	new string[128];
	pInfo[playerid][pXP] += xp;
        if(pInfo[playerid][pXP] < 0) pInfo[playerid][pXP] = 0;
	format(string,sizeof(string),"~n~~n~~n~~n~~n~~y~+%i",xp);
	GameTextForPlayer(playerid,string,3500,5);
	return 1;
}
Reply


Messages In This Thread
- Score - by Blackazur - 29.05.2014, 09:59
Re: - Score - by Matess - 29.05.2014, 10:03

Forum Jump:


Users browsing this thread: 3 Guest(s)