Недавнее содержимое от martink1337

  1. M

    CS:Source Block Round Start Sounds Help

    @XDSTYLE , here source code of better version which works. #include <sdktools> float fTimestamp; public void OnPluginStart() { HookUserMessage(GetUserMessageId("SendAudio"), SendAudio, true); HookEvent("round_freeze_end", round_freeze_end, EventHookMode_PostNoCopy)...
  2. M

    CS:Source Block Round Start Sounds Help

    Yes! I just saw that someone answer me in the allied forum :), I think the code there is little bit more structured. 1756145491 I tested the decompiled code and unfortunately it is not working, only the provided .smx from xdstyle is working for some reason :/ 1756145514 no errors, compiling...
  3. M

    CS:Source Block Round Start Sounds Help

    Thanks! It worked also @Grey83 thanks for decompiled source :) ! Nice job
  4. M

    CS:Source Block Round Start Sounds Help

    Hello everyone! There are a lot of plugins out there which blocks round end sounds and instead plays custom one sounds, the round end sound 'counter-terrorist win, etc' - not working with the plugins which is what i want but for round start. In every round beggining you can hear "okletsgo" and...
Сверху Снизу