21.08.2015, 09:13
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.
Another question :
What is the %s in the forth line ?
Thanks for your help
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