SA-MP Forums Archive
Help Warning - 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 Warning (/showthread.php?tid=629757)



Help Warning - Franklin0180 - 03.03.2017

C:\Users\Franklin\Desktop\Play Virtual RPG\gamemodes\RPG.pwn(13991) : warning 225: unreachable code

line 1991: if(strcmp(cmd, "/promocao", true) == 0) {


Re: Help Warning - RyderX - 03.03.2017

Dude, Post Line 13991


Re: Help Warning - Franklin0180 - 03.03.2017

Quote:
Originally Posted by RyderX
Посмотреть сообщение
Dude, Post Line 13991
if(strcmp(cmd, "/promocao", true) == 0)


Re: Help Warning - Ayyash - 03.03.2017

Quote:
Originally Posted by Franklin0180
Посмотреть сообщение
if(strcmp(cmd, "/promocao", true) == 0)
Not This One Put Your Gamemode Scripts Copied And Pasted here.


Re: Help Warning - RyderX - 03.03.2017

Post all code of this command


Re: Help Warning - DRIFT_HUNTER - 03.03.2017

You have return somewhere before that check. Basically compiler tells you that part of code will NEVER be executed.