21.01.2011, 09:05
for the dialog it says
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "What is it that you want?", "Sprunk ($1)\nBeer ($2)\nWine ($3)", "Purchase", "Cancel");
how do i make it so there is no cancel? cuz it says number of arguments does not match definition
I cant have the last option
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "What is it that you want?", "Sprunk ($1)\nBeer ($2)\nWine ($3)", "Purchase", "Cancel");
how do i make it so there is no cancel? cuz it says number of arguments does not match definition
I cant have the last option