SA-MP Forums Archive
Help me to fix this warning please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help me to fix this warning please (/showthread.php?tid=482108)



Help me to fix this warning please - Acres - 19.12.2013

hey guys could you help me this warning?

Код:
C:\Users\Erik\Desktop\Uus kaust (2)\gamemodes\WoS.pwn(367) : warning 209: function "OnDialogResponse" should return a value
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Код:
 Line 367: }



Re: Help me to fix this warning please - arakuta - 19.12.2013

Hey, your public should look like this:

pawn Код:
public MyCallback(param1,params2)
{
    // Your codes
    return 1; // You should return a value at the end.
}
Hope i've helped u


Re : Help me to fix this warning please - MisterMania67 - 19.12.2013

Look that https://sampwiki.blast.hk/wiki/OnDialogResponse


Re: Help me to fix this warning please - RowdyrideR - 19.12.2013

add one more

Код:
return 1;
at the end of OnDialogResponse