26.05.2010, 20:50
i get this one warning that i cant fix its
C:\Users\Nathanael\Desktop\SAMP\gamemodes\Mission. pwn(209) : warning 225: unreachable code
can anybody help me heres the lines of the script i get the error on
lines 201-221:
C:\Users\Nathanael\Desktop\SAMP\gamemodes\Mission. pwn(209) : warning 225: unreachable code
can anybody help me heres the lines of the script i get the error on
lines 201-221:
Код:
public OnPlayerConnect(playerid)
{
{
SendClientMessage(playerid,0xFF2F00AA,"Mini Misson: Defend The Factory - By Nathanael Tavares ");
return 1;
}
{
SetPlayerColor(playerid,COLOR_GREEN);
}
if(playerid == 1)
{
SetPlayerColor(playerid,0xFF2F00AA);
}
if(playerid == 3)
{
SetPlayerColor(playerid,0xFF8400AA);
}
return 1;
}

