20.06.2011, 18:25
I want to make a command which will show the stats with a dialog, so here's the code that's working, but I want just one button, it works without errors only when I write in with 2 buttons.
This one is working:
But this one gives an error "Arguments does not match the definition"
This one is working:
pawn Код:
ShowPlayerDialog(playerid, 1337, 0, "{FF0000}Statistics", string, "Done", "Cancel");
pawn Код:
ShowPlayerDialog(playerid, 1337, 0, "{FF0000}Statistics", string, "Done");