Problem
#1

22d
Reply
#2

pawn Код:
new string[128];
format(string,sizeof(string),"{005aff}Y {ffd800}R{FF0000}S ","{ff0000}The best player:\n ( HERE TO SHOW THE PLAYER NAME) ->%s",pName);
ShowPlayerDialog(playerid, 100, DIALOG_STYLE_MSGBOX,string,"Ok","Cancel");
Reply
#3

2
Reply
#4

pawn Код:
new anystring[128], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(anystring, sizeof(anystring), "{ff0000}The best player:\n ->%s", pName);
ShowPlayerDialog(playerid, 100, DIALOG_STYLE_MSGBOX, "{005aff}Y {ffd800}R{FF0000}S ",anystring,"Ok","Cancel");
Try that, not tested but it should work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)