Lvdm help
#2

Money won't be displayed as score.
Btw, if you want kills to be displayed, you can create a kills variable and a textdraw to display it.

Example of kills
pawn Код:
new pKills[MAX_PLAYERS]; //Creating kills variable.

public OnPlayerDeath(playerid, killerid, reason) //When player dies.
{
   pKills[killerid]++; //Raises the number of kills +1 for the killer.
   return 1;
}
For saving, you can use y_ini, d_ini, or SII.
Reply


Messages In This Thread
Lvdm help - by Wonderweiss - 02.10.2012, 11:49
Re: Lvdm help - by Lordzy - 02.10.2012, 12:05

Forum Jump:


Users browsing this thread: 1 Guest(s)