02.03.2009, 06:06
mind indentation:
pawn Код:
for ( new i = 0; i < MAX_PLAYERS; i++ )
{
if ( GetPlayerInterior(i) == 0 )
{
PlayerPlaySound(i, 1188, 0.0, 0.0, 0.0);
}
else
if ( GetPlayerInterior(i) == 'Interior Id You Want' )
{
PlayerPlaySound(i, 1187, 0.0, 0.0, 0.0);
}
}