/stats
#10

Quote:
Originally Posted by Delux13
Посмотреть сообщение
For example:
pawn Код:
new Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, sizeof(Name)); // getting the player's name so we can show it later in the dialog
new string[128];
format(string,sizeof(string),[B]"%s(%d)'s stats:\nLevel: %d\nKills: %d\nDeaths: %d",Name,playerid,level,kills,deaths);[/B]
ShowPlayerDialog(playerid,5555,0,"Stats",string,"OK","");
Tnx , i will try and tell you if i failed or successed
Reply


Messages In This Thread
/stats - by STMatt - 26.01.2011, 12:32
Re: /stats - by [MWR]Blood - 26.01.2011, 12:34
Re: /stats - by TouR - 26.01.2011, 12:34
Re: /stats - by STMatt - 26.01.2011, 12:37
Re: /stats - by TouR - 26.01.2011, 12:40
Re: /stats - by STMatt - 26.01.2011, 12:41
Re: /stats - by [MWR]Blood - 26.01.2011, 12:48
Re: /stats - by STMatt - 26.01.2011, 12:51
Re: /stats - by [MWR]Blood - 26.01.2011, 12:54
Re: /stats - by STMatt - 26.01.2011, 13:09

Forum Jump:


Users browsing this thread: 1 Guest(s)