Warning 225
#1

Hi all, when I compile the pawno gives me this error:
Код HTML:
..\gamemodes\NC2013.pwn(3409) : warning 225: unreachable code
3409 is this line:
PHP код:
if(strcmp(cmdtext,"/beach"true) == 0
This is the code of the command:
PHP код:
if(strcmp(cmdtext,"/beach"true) == 0)
{
    
SetPlayerInterior(playerid,0);
    {if(
State!=PLAYER_STATE_DRIVER)
        {
SetPlayerPos(playerid,337.0234,-1803.2863,5);}
        else if(
IsPlayerInVehicle(playeridcartype) == 1)
        {
SetVehiclePos(cartype,337.0234,-1803.2863,5);
            
SetVehicleZAngle(cartype,91.5348);}
        else
        {
SetPlayerPos(playerid,337.0234,-1803.2863,5);}
        
SendClientMessage(playerid0xFFFF00AA,"Sei stato teletrasportato a {030AF3}/beach");}
    return 
1;} 
I have already searched in the forum but nothing helped me.
Please, help!
Reply
#2

http://codegenerators.pl/indent < Use this to indent your code a lot easier
Reply
#3

Ok, done
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)