Ordering errors
#1

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);
Reply
#2

Show the two lines above each.
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)