Kill deaths ratio how to make?
#1

How can i make it show kills death ratio to?
pawn Код:
dcmd_stats(playerid, params[])
{
  #pragma unused params
  new string[128];

  format(string,sizeof(string),"P-Stats: kills: %d deaths: %d Admin Level: %d ViP: %d Cash:  %d",pInfo[playerid][kills],pInfo[playerid][deaths],pInfo[playerid][level],pInfo[playerid][vip],pInfo[playerid][money]);
    SendClientMessage(playerid,oranje,string);
    return 1;
}
Reply


Messages In This Thread
Kill deaths ratio how to make? - by iStarzz - 21.05.2010, 09:55
Re: Kill deaths ratio how to make? - by On_Top_Non_Stop - 21.05.2010, 10:13

Forum Jump:


Users browsing this thread: 1 Guest(s)