Lvdm help
#1

so i need some more help here it goes

how can i make the money to not be displayed as score but the kills as score any help ?
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)