30.03.2012, 19:17
Код:
gamemodes\GM1.pwn(985) : warning 225: unreachable code
Код:
return 1;
Код:
public OnPlayerRequestClass(playerid, classid)
{
{
format(string, sizeof(string), "Bem VindoAo FreeFlyght", playerid);
GameTextForPlayer(playerid, string, 3000, 5);
SetupPlayerForClassSelection(playerid);
ApplyAnimation(playerid,"DANCING","dnce_M_a", 4.0, 1, 0, 0, 0, 0);
return 1;
}
return 1;
}

