09.01.2013, 10:00
pawn Код:
switch(gTeam[playerid])
{
case TEAM_MAFIA:
{
SetPlayerPos(playerid,2297.2202,2427.5864,10.8203);
SetPlayerFacingAngle(playerid,135.7317);
SetCameraBehindPlayer(playerid);
switch(GetPlayerSkin(playerid))
{
case 280:
{
SendClientMessage(playerid,COLOR_GREEN,"Hey");
}
case 281:
{
SendClientMessage(playerid,COLOR_GREEN,"Hey Yo");
}
case 282:
{
SendClientMessage(playerid,COLOR_GREEN,"Hey Yo All");
}
}
}
}
And none of those messages show.
What the problem might be?