Valaki meg mondaná ebbe mi a hiba?
#include <amxmodx>
#include <amxmisc>
#include <colorchat>
#include <csstats>
#include <fakemeta>
#include <nvault>
#define PLUGIN "Dildo Kes"
#define VERSION "1.0"
#define AUTHOR "Desti"
new oles[33]
new dildo[33]
new vault
new const szPrefix[] = "[Dildo]"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_dictionary("dildos.txt")
register_clcmd("say /dildo", "dildo")
register_event("CurWeapon", "fegyvervaltas", "be", "1=1")
register_event("DeathMsg", "eDeath", "ade")
vault = nvault_open("Dildo")
}
public plugin_precache() {
precache_model("models/dildo/v_dildo.mdl")
{
new menu = menu_create("\rDildo \yKés \rMenü", "mh_MyMenu");
menu_additem(menu, "\rDil\ydó \rKés \r[\dINGYENES\r]", "", 0); // case 0
menu_setprop(menu, MPROP_EXIT, MEXIT_ALL);
menu_setprop(menu, MPROP_NOCOLORS, 1);
menu_display(id, menu, 0);
return PLUGIN_HANDLED;
}
public mh_MyMenu(id, menu, item)
{
if(item == MENU_EXIT)
{
menu_cancel(id);
return PLUGIN_HANDLED;
}
new command[6], name[64], access, callback;
menu_item_getinfo(menu, item, access, command, sizeof command - 1, name, sizeof name - 1, callback);
switch(item)
{
case 0: ColorChat(id, GREEN, "Te meg kaptad a Dildoót!", id)
}
menu_destroy(menu);
return PLUGIN_HANDLED;
}

Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2013 ITB CompuPhase, AMX Mod X Team
dild.sma(35) : warning 217: loose indentation
dild.sma(43) : error 017: undefined symbol "id"
dild.sma(43) : warning 215: expression has no effect
dild.sma(43) : warning 215: expression has no effect
dild.sma(43) : error 001: expected token: ";", but found ")"
dild.sma(43) : error 029: invalid expression, assumed zero
dild.sma(43) : fatal error 107: too many error messages on one line
Compilation aborted.
4 Errors.
Could not locate output file dild.amx (compile failed).