17.12.2017, 22:23
Quote:
PHP код:
![]() you deleted it ![]() ![]() |
PHP код:
stock PlayerPlaySoundForAll(soundid, Float:x, Float:y, Float:z) {
for ( new i = 0, s = GetPlayerPoolSize() + 1; i < s; i ++ ) {
if (!IsPlayerConnected(i)) {
continue;
}
PlayerPlaySound(i, soundid, x, y, z);
}
return 1;
}