/stats
#4

Try that, remember if you add a line keep the pattern of the format and the sending together.
Код:
CMD:stats(playerid,params[])
{
    new coordsstring[128];
    format(coordsstring, sizeof(coordsstring),"_________________Stats____________________");
    SendClientMessage(playerid, -1,coordsstring);
    format(coordsstring, sizeof(coordsstring), "Kills: %d • Deaths: %d • XP: %d",PlayerInfo[playerid][pKills],PlayerInfo[playerid][pDeaths],PlayerInfo[playerid][pXP]);
    SendClientMessage(playerid, -1,coordsstring);
    format(coordsstring, sizeof(coordsstring), "Money: %d • VIP: %d • ADM: %d",PlayerInfo[playerid][pMoney],PlayerInfo[playerid][pVIP],PlayerInfo[playerid][pAdmin]);
    SendClientMessage(playerid, -1,coordsstring);
    format(coordsstring, sizeof(coordsstring),"_____________________________________");
    SendClientMessage(playerid, -1,coordsstring);
    return 1;
}
Reply


Messages In This Thread
/stats - by Extraordinariness - 08.03.2014, 09:58
Re: /stats - by marwanalramahi - 08.03.2014, 10:18
Re: /stats - by Extraordinariness - 08.03.2014, 10:29
Respuesta: /stats - by ghost556 - 08.03.2014, 10:37
Re: /stats - by Extraordinariness - 08.03.2014, 10:52

Forum Jump:


Users browsing this thread: 1 Guest(s)