#6

Well Trollerz. At the top of script add:

pawn Код:
new Deaths[MAX_PLAYERS]; // Variable for Deaths
Under OnPlayerDeath add:

pawn Код:
Deaths[playerid]++; // Will increase deaths for that player
A command wich showin' Deaths.

pawn Код:
CMD:mydeaths(playerid, params[])
{
    new string[50];
    format(string, sizeof(string), "You curentlly have %d Deaths", Deaths);
    SendClientMessage(playerid, -1, string);
    return 1;
}
Reply


Messages In This Thread
Help - by Trollerz - 05.12.2014, 18:07
Re: Help - by HY - 05.12.2014, 18:09
Re: Help - by Trollerz - 05.12.2014, 18:13
Re: Help - by iFiras - 05.12.2014, 18:16
Re: Help - by Trollerz - 05.12.2014, 18:18
Re: Help - by HY - 05.12.2014, 18:21
Re: Help - by Trollerz - 05.12.2014, 18:24
Re: Help - by iFiras - 05.12.2014, 18:26
Re: Help - by Trollerz - 05.12.2014, 18:39
Re: Help - by UltraScripter - 05.12.2014, 21:31

Forum Jump:


Users browsing this thread: 2 Guest(s)