new grove, ballas, string[64], string2[64];
CMD:dm2(playerid, params[])
{
ShowPlayerDialog(playerid, 100, DIALOG_STYLE_LIST, \"Dm 2\", \"Grove\\nBallas\", \"Választ\", \"Kilép\");
return 1;
}
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 100)
{
if(response)
{
switch(listitem)
{
case 0:
{
grove++;
format(string, sizeof(string), \"Grove: %d\", grove);
GameTextForAll(string, 3000, 3);
}
case 1:
{
ballas++;
format(string2, sizeof(string2), \"Ballas: %d\", ballas);
GameTextForAll(string2, 3000, 3);
}
}
}
return 1;
}
Tessék a dm többi részét írd hozzá, ez csak az, ami számolja. Remélem nem okoz gondot, mert nekem nincs idõm rá.
Kilépésnél meg \'grove--;\' És \'ballas--;\'