15.07.2013, 11:55
Hi all, when I compile the pawno gives me this error:
3409 is this line:
This is the code of the command:
Код HTML:
..\gamemodes\NC2013.pwn(3409) : warning 225: unreachable code
PHP код:
if(strcmp(cmdtext,"/beach", true) == 0)
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(playerid, cartype) == 1)
{SetVehiclePos(cartype,337.0234,-1803.2863,5);
SetVehicleZAngle(cartype,91.5348);}
else
{SetPlayerPos(playerid,337.0234,-1803.2863,5);}
SendClientMessage(playerid, 0xFFFF00AA,"Sei stato teletrasportato a {030AF3}/beach");}
return 1;}
I have already searched in the forum but nothing helped me.
Please, help!
Please, help!