Lose Indentation
#8

Код HTML:
stock PlaySoundEx(soundid, Float:x, Float:y, Float:z, range)
{
        foreach(new i : Player)
        {
                if(!IsPlayerConnected(i)) continue;
                if(!IsPlayerInRangeOfPoint(i, range, x, y, z)) continue;
                PlayerPlaySound(i, soundid, 0, 0, 0);
        }
}
Reply


Messages In This Thread
Lose Indentation - by Dezzzy - 15.12.2014, 10:33
Re: Lose Indentation - by Ryz - 15.12.2014, 10:38
Re: Lose Indentation - by Dezzzy - 15.12.2014, 10:42
Re: Lose Indentation - by Ryz - 15.12.2014, 10:52
Re: Lose Indentation - by Dezzzy - 15.12.2014, 10:57
Re: Lose Indentation - by UltraScripter - 15.12.2014, 11:05
Re: Lose Indentation - by Ryz - 15.12.2014, 11:06
Re: Lose Indentation - by Dezzzy - 15.12.2014, 11:09
Re: Lose Indentation - by Threshold - 15.12.2014, 11:17
Re: Lose Indentation - by XaibBaba - 15.12.2014, 11:41

Forum Jump:


Users browsing this thread: 4 Guest(s)