Результаты поиска

  1. G

    Why my game freezes when loading audio stream via Moonloader?

    Hello Everyone, I have made a simple script to play an audio stream from an audio URL, the script is working fine it plays audio stream but my game freezes when it starts loading audio from URL. Here is my script: function main() repeat wait(1) until isPlayerPlaying(playerHandle) if...
  2. G

    Moonloader not displaying server message when calling a function inside event listener

    So, I am working on a script to show the server's /rules dialog when you login, the script is working fine it shows /rules dialog when you login but it doesn't shows the server's login message. My script: local SE = require 'lib.samp.events' function SE.onServerMessage(color, text) if...