SA-MP Forums Archive
Ordering errors - 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: Ordering errors (/showthread.php?tid=584110)



Ordering errors - Jimmi - 02.08.2015

C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(11650) : warning 225: unreachable code
C:\Users\Jimmi\Desktop\93.119.25.182-7777\gamemodes\RunStrike.pwn(11661) : warning 225: unreachable code


I have added a panel for Admins but gives me errors

11650
Код:
id = strval(inputtext);
11661
Код:
id = strval(inputtext);



Re: Ordering errors - xVIP3Rx - 02.08.2015

Show the two lines above each.


Re: Ordering errors - prineside - 02.08.2015

You are using that code after calling "return" in function body. The code after "return" never executing.