02.10.2010, 22:43
pawn Код:
switch ( classid )
{
case 280 .. 286, 297: {
g_iJob[ playerid ] = JOB_POLICE;
SetPlayerColor(playerid, COLOR_PD);
}
case 274 .. 276: {
g_iJob[ playerid ] = JOB_EMS;
SetPlayerColor(playerid, COLOR_EMS);
}
case 277, 288, 289: {
g_iJob[ playerid ] = JOB_FIREMAN;
SetPlayerColor(playerid, COLOR_FIRE);
}
}