Saving system /stats
#2

Simple, just add the variable in the format, something like this:
PHP код:
CMD:stats(playeridparams[])
{
    new 
str[128];
    
format(strsizeof(str), "Kills: %d, Deaths: %d, Money: %d, etc.."Killz[playerid], Deathz[playerid], GetPlayerMoney(playerid));
    
SendClientMessage(playerid, -1str);
    return 
1;

Reply


Messages In This Thread
Saving system /stats - by Owen007 - 21.06.2016, 10:59
Re: Saving system /stats - by oMa37 - 21.06.2016, 11:11
Re: Saving system /stats - by xTURBOx - 21.06.2016, 11:18
Re: Saving system /stats - by Owen007 - 21.06.2016, 11:58
Re: Saving system /stats - by oMa37 - 21.06.2016, 12:48
Re: Saving system /stats - by Blondz - 21.06.2016, 15:40

Forum Jump:


Users browsing this thread: 1 Guest(s)