.::[ Help whit string ]::.
#1

Why donsen t show player name in this dialog
Код:
new pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
    ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"|° Ludi Grad Roleplay °| %s",coordsstring,"OK","Kick", pName);
Reply
#2

Код:
new string[MAX_PLAYER_NAME+40];
GetPlayerName(playerid,string,MAX_PLAYER_NAME);
format(string, 64, "|° Ludi Grad Roleplay °| %s",string);
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX, string, coordsstring, "OK","CANCEL");
Reply
#3

Код:
new
  Vardas[MAX_PLAYER_NAME],
  string[48];
GetPlayerName(playerid, Vardas, sizeof(Vardas));
format(string,sizeof(string),"|° Ludi Grad Roleplay °| %s",Vardas);
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"|° Ludi Grad Roleplay °",string,"ok"kick");
Reply
#4

xD Rac3er you first okay
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)