Help Warning
#1

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

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

Dude, Post Line 13991
Reply
#3

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

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

Post all code of this command
Reply
#6

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


Forum Jump:


Users browsing this thread: 1 Guest(s)