12.10.2013, 16:28
(
Последний раз редактировалось asdarmando; 12.10.2013 в 17:40.
Причина: Not working
)
Hello!
pawn Code:
error 040: duplicate "case" label (value 1008)
error 040: duplicate "case" label (value 1009)
error 040: duplicate "case" label (value 1010)
error 040: duplicate "case" label (value 1011)
Lines
case DialogPadurarJobMethod: Dialog_PadurarSelectJobMethod(playerid, response, listitem); // The work- dialog for truckers (shows the loads he can carry and lets the player choose the load)
case DialogPadurarSelectLoad: Dialog_PadurarSelectLoad(playerid, response, listitem); // The load- selection dialog for truckers (shows the startlocations for the selected load and let the player choose his startlocation)
case DialogPadurarStartLoc: Dialog_TruckerSelectStartLoc(playerid, response, listitem); // The start-location dialog for truckers (shows the endlocations for the selected load and let the player choose his endlocation)
case DialogPadurarEndLoc: Dialog_TruckerSelectEndLoc(playerid, response, listitem); // The end-location dialog for truckers (processes the selected endlocation and starts the job)
pawn Code:
error 040: duplicate "case" label (value 1008)
error 040: duplicate "case" label (value 1009)
error 040: duplicate "case" label (value 1010)
error 040: duplicate "case" label (value 1011)
Lines
case DialogPadurarJobMethod: Dialog_PadurarSelectJobMethod(playerid, response, listitem); // The work- dialog for truckers (shows the loads he can carry and lets the player choose the load)
case DialogPadurarSelectLoad: Dialog_PadurarSelectLoad(playerid, response, listitem); // The load- selection dialog for truckers (shows the startlocations for the selected load and let the player choose his startlocation)
case DialogPadurarStartLoc: Dialog_TruckerSelectStartLoc(playerid, response, listitem); // The start-location dialog for truckers (shows the endlocations for the selected load and let the player choose his endlocation)
case DialogPadurarEndLoc: Dialog_TruckerSelectEndLoc(playerid, response, listitem); // The end-location dialog for truckers (processes the selected endlocation and starts the job)