05.03.2014, 11:48
the warning is:
D:\SMP\ser\gamemodes\event.pwn(240 -- 245) : warning 203: symbol is never used: "kevent"
the lines are:
COMMAND:kevent(playerid,params[])
{
ShowPlayerDialog(playerid, DIALOG_KEVENT, DIALOG_STYLE_LIST, "Evento Kurimas","Medziokles Eventas\nLenktyniu Eventas\nDrift Eventas\nIssilaikimo Eventas\nDM Eventas\nBoxo Eventas","Pasirinkti","Isjungti");
return 1;
}
the warning line is:
COMMAND:kevent(playerid,params[])
can someone help me ?
D:\SMP\ser\gamemodes\event.pwn(240 -- 245) : warning 203: symbol is never used: "kevent"
the lines are:
COMMAND:kevent(playerid,params[])
{
ShowPlayerDialog(playerid, DIALOG_KEVENT, DIALOG_STYLE_LIST, "Evento Kurimas","Medziokles Eventas\nLenktyniu Eventas\nDrift Eventas\nIssilaikimo Eventas\nDM Eventas\nBoxo Eventas","Pasirinkti","Isjungti");
return 1;
}
the warning line is:
COMMAND:kevent(playerid,params[])
can someone help me ?