21.08.2015, 09:39
Quote:
|
Hello,
I don't really, when I post that it the game mode. ( without any error) When I test the command, no dialog appears, as the command don't exist. Код:
CMD:info(playerid,params[])
{
new pDialog[3000];
format(pDialog, sizeof pDialog, "%s Score: %d", pDialog, GetPlayerScore(playerid));
ShowPlayerDialog(playerid, 125, DIALOG_STYLE_MSGBOX, "Stats",pDialog, "Ok", "");
return 1;
}
What is the %s in the forth line ? Thanks for your help |
Dialog => Here
About your command i think just try to show a dialog without formats,etc
Try
Код:
ShowPlayerDialog(playerid, 5555, DIALOG_STYLE_MSGBOX, "Stats","TEST", "Ok", "");


