[Help] Stats system
#10

Quote:
Originally Posted by alainchaccour
Посмотреть сообщение
I already got #pragma unused params

I want the stats to show in one line, no 2 lines
Try:
pawn Код:
dcmd_stats(playerid, params[])
{
    #pragma unused params
    new string[32];
    format(string,sizeof(string),"Kills: %d Deaths: %d",Killz[playerid],Deathz[playerid]);
    SendClientMessage(playerid,-1,string);
    return 1;
}
Reply


Messages In This Thread
[Help] Stats system - by alainchaccour - 18.10.2011, 17:15
Re: [Help] Stats system - by =WoR=Varth - 18.10.2011, 17:20
Re: [Help] Stats system - by alainchaccour - 18.10.2011, 17:23
Re: [Help] Stats system - by =WoR=Varth - 18.10.2011, 17:25
Re: [Help] Stats system - by Kavinsky - 18.10.2011, 17:32
Re: [Help] Stats system - by alainchaccour - 18.10.2011, 17:32
Re: [Help] Stats system - by alainchaccour - 18.10.2011, 17:35
Re: [Help] Stats system - by Stigg - 18.10.2011, 17:36
Re: [Help] Stats system - by alainchaccour - 18.10.2011, 17:39
Re: [Help] Stats system - by Stigg - 18.10.2011, 17:49

Forum Jump:


Users browsing this thread: 4 Guest(s)