10.03.2016, 15:27
warning 217: loose indentation = http://tabulador.medianewsonline.com/
warning 201: redefinition of constant/macro (symbol "COLOR_RED") = you set 2 red color with the same name
warning 201: redefinition of constant/macro (symbol "COLOR_RED") = you set 2 red color with the same name
PHP код:
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);
}
return 1;
}