30.08.2009, 19:49
What I did was put it for every case, and it works
Like this:
With proper indentation and stuff though... the forum just screws it up :P
Like this:
pawn Код:
case 0:
{
GameTextForPlayer(playerid, "~b~Los Santos Police Dept.", 500, 3);
PlayerPlaySound(playerid, 1183, 0.0, 0.0, 0.0);
}
case 1:
{
GameTextForPlayer(playerid, "~b~San Feirro Police Dept.", 500, 3);
PlayerPlaySound(playerid, 1183, 0.0, 0.0, 0.0);
}