Unreachable code
#1

today i went on a "fixing spree" i had round 37 warnings and i was fixing them and im down to 13 and i cant get here

Код:
C:\Users\james\Desktop\serverrrrr\gamemodes\Gamemode.pwn(648) : warning 225: unreachable code
help!!

PHP код:
       else return SendClientMessage(playeridCOLOR_RED"Unknown Command. Try /help");
        return 
1//line 648

_______________________
[GDZ]leader
Reply
#2

Try deleting return 1;
Reply
#3

if you return SendClientMessage in the first place, you don't need an extra
pawn Код:
return 1;
that's why it gives an unreachable code, because it can't reach RETURN 1; since you returned sendclientmessage.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)