Dialog not showing up?
#1

Tryed everything i could, searched the forum for an hour, Still nothing.

pawn Код:
format(string, sizeof string, "Soldier (Level:%s)\nMedic (Level:%s)\n Samurai (level:%s)", PlayerInfo[playerid][Soldierlv],PlayerInfo[playerid][Mediclv],PlayerInfo[playerid][Samurailv]);
        ShowPlayerDialog(playerid, 32767, DIALOG_STYLE_LIST, "Class Selection",statsstring,"Use", "");
Any idea why it wont apear?
Reply
#2

In formating your using string and in the dialog statsstring o.O
Btw, try this:
pawn Код:
format(string, sizeof(string), "Soldier (Level:%s)\nMedic (Level:%s)\n Samurai (level:%s)", PlayerInfo[playerid][Soldierlv],PlayerInfo[playerid][Mediclv],PlayerInfo[playerid][Samurailv]);
ShowPlayerDialog(playerid, 32767, DIALOG_STYLE_LIST, "Class Selection",string,"Use", "");
Reply
#3

Yeah, I tryed creating a new string, thinking that was the issue, But anyways, it works now good sir, thanks you. Reped.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)