25.09.2012, 12:49
Alright now just one line show
This line show IG
pawn Код:
if (strcmp("/myinfo", cmdtext, true, 10) == 0)
{
new string[256];
SendClientMessage(playerid,COLOR_GREEN,"============================== My User Information ===========================================");
format(string, sizeof(string),"[Name]%s(%d): Level[%d] - Bank[%d] - Money[%d] - Exp[%d] ",PlayerName(playerid),playerid,PlayerInfo[playerid][Level],PlayerInfo[playerid][pBankAccount],PlayerInfo[playerid][pCash],PlayerInfo[playerid][Exp]);
format(string, sizeof(string),"Kills[%d] - Deaths[%d] - Adminlevel[%d] ",PlayerInfo[playerid][pKills],PlayerInfo[playerid][pDeaths],PlayerInfo[playerid][pAdmin]);
SendClientMessage(playerid, -1, string);
SendClientMessage(playerid,COLOR_GREEN,"==============================================================================================");
}
pawn Код:
format(string, sizeof(string),"Kills[%d] - Deaths[%d] - Adminlevel[%d] ",PlayerInfo[playerid][pKills],PlayerInfo[playerid][pDeaths],PlayerInfo[playerid][pAdmin]);