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