[help] How fix this warning? [AGIAN] ;sigh;
#1

Who can fix this warning?
Код:
C:\Users\Mike\Desktop\Night Life Roleplay\gamemodes\SFFB.pwn(390) : warning 225: unreachable code
Line's
Код:
line 390:	if (!strcmp("/home", cmdtext, true))
line 391:  	SetPlayerPos(playerid,-2461.3486,1399.6747,7.4893);
line 392:	return 1;
line 393: }
Reply
#2

Quote:

if (!strcmp("/home", cmdtext, true))
{

Use this.
Reply
#3

Whats before line 390?
Reply
#4

Quote:
Originally Posted by [HiC
TheKiller ]
Whats before line 390?
another command
Reply
#5

Quote:
Originally Posted by dclaw
Quote:
Originally Posted by [HiC
TheKiller ]
Whats before line 390?
another command
Show the code of that command.
Reply
#6

Use this
Код:
if (!strcmp("/home", cmdtext, true))
{
  SetPlayerPos(playerid,-2461.3486,1399.6747,7.4893);
  return 1;
}
Also, show the lines before 390..
Reply
#7

Quote:
Originally Posted by [NWA
Hannes ]
Use this
Код:
if (!strcmp("/home", cmdtext, true))
{
  SetPlayerPos(playerid,-2461.3486,1399.6747,7.4893);
  return 1;
}
Also, show the lines before 390..
Fixed already
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)