C:\\Program Files\\LEGNAGYOBB\\SERVER\\filterscripts\\hep.pwn(27) : error 029: invalid expression, assumed zeroC:\\Program Files\\LEGNAGYOBB\\SERVER\\filterscripts\\hep.pwn(27) : error 029: invalid expression, assumed zeroC:\\Program Files\\LEGNAGYOBB\\SERVER\\filterscripts\\hep.pwn(27) : warning 215: expression has no effectC:\\Program Files\\LEGNAGYOBB\\SERVER\\filterscripts\\hep.pwn(27) : warning 215: expression has no effectC:\\Program Files\\LEGNAGYOBB\\SERVER\\filterscripts\\hep.pwn(27) : warning 215: expression has no effectC:\\Program Files\\LEGNAGYOBB\\SERVER\\filterscripts\\hep.pwn(27) : warning 215: expression has no effectC:\\Program Files\\LEGNAGYOBB\\SERVER\\filterscripts\\hep.pwn(27) : error 001: expected token: \";\", but found \")\"C:\\Program Files\\LEGNAGYOBB\\SERVER\\filterscripts\\hep.pwn(27) : fatal error 107: too many error messages on one lineCompilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors.
#include <a_samp>#define HELPME 20#define HELP_HELPMEpublic OnPlayerCommandText(playerid, cmdtext[]){if(strcmp(cmdtext, \"/help\", true) == 0){ ShowPlayerDialog(playerid, HELPME, DIALOG_STYLE_LIST, \"SEGÍTSÉG\", \"......\", \"Kiválaszt\", \"Mégse\");return 1;}return 0;}public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){if(dialogid == HELPME){ if(response) { switch(listitem) { case 0: ShowPlayerDialog(playerid,257,DIALOG_STYLE_MSGBOX,\"Help!\",\"Ide a szöveg\\n asdasd\",\"Kiválaszt\",\"Kiválaszt\"); case 1: ShowPlayerDialog(playerid,258,DIALOG_STYLE_MSGBOX,\"Help!\",\"Ide a szöveg\\n asdasd\",\"Kiválaszt\",\"Kiválaszt\"); case 2: ShowPlayerDialog(playerid,259,DIALOG_STYLE_MSGBOX,\"Help!\",\"Ide a szöveg\\n asdasd\",\"Kiválaszt\",\"Kiválaszt\"); }}else{ SendClientMessage(playerid, 0xF97804FF, \"Kiléptél a Segítség menübõl!\");} } return 1;}
Tessék, javítottam neked. #include <a_samp>#define HELPME 20#define HELP_HELPMEpublic OnPlayerCommandText(playerid, cmdtext[]){if(strcmp(cmdtext, \"/help\", true) == 0){ ShowPlayerDialog(playerid, HELPME, DIALOG_STYLE_LIST, \"SEGÍTSÉG\", \"......\", \"Kiválaszt\", \"Mégse\");return 1;}return 0;}public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){if(dialogid == HELPME){ if(response) { switch(listitem) { case 0: ShowPlayerDialog(playerid,257,DIALOG_STYLE_MSGBOX,\"Help!\",\"Ide a szöveg\\n asdasd\",\"Kiválaszt\",\"Kiválaszt\"); case 1: ShowPlayerDialog(playerid,258,DIALOG_STYLE_MSGBOX,\"Help!\",\"Ide a szöveg\\n asdasd\",\"Kiválaszt\",\"Kiválaszt\"); case 2: ShowPlayerDialog(playerid,259,DIALOG_STYLE_MSGBOX,\"Help!\",\"Ide a szöveg\\n asdasd\",\"Kiválaszt\",\"Kiválaszt\"); }}else{ SendClientMessage(playerid, 0xF97804FF, \"Kiléptél a Segítség menübõl!\");} } return 1;}