Unreachable code warning!
#1

I am getting a warning, and because of this warning is my GM fu**ed, if i try to join my homehost server, Mode:Unknown..

About the warning..


C:\Users\Raks\Desktop\samp03csvr_RC7_win32\gamemod es\raksigm.pwn(435) : warning 225: unreachable code
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.
__________________________________________________ ___________
SetGameModeText("SS[0.01B - Spontex & K0bistaja]");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
}

435 line starts with SetGameModeText.


Need help please..
Reply
#2

Show the lines before

Btw, use the [pawn] tags
Reply
#3

I will try to make the warings gone so be with me first

download another compiler i think yours is old one

if it did not work pm me
Reply
#4

(435)SetGameModeText("SS[0.01B - Spontex & K0bistaja]");
(436)AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
(437)return 1;
(438 )}
Reply
#5

I still get the same warning!
Reply
#6

you got a return before that line, remove it.
Reply
#7

pawn Код:
SetGameModeText("SS[0.01B - Spontex & K0bistaja]");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
}
Reply
#8

Show the lines BEFORE
Reply
#9

Thank you very much Mauzen! it works now!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)