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

  1. R

    Вопросы по Lua скриптингу

    How would I draw a 3d text on someones skin and display "friendly" or "enemy" based on either their skinID or a friendslist I can add names to. So it would be Bob, Joe are "friendly" and all the rest show up as enemy or only on police skins?
  2. R

    Вопросы по Lua скриптингу

    function main () if not isSampLoaded () then return end while not isSampAvailable () do wait (100) end sampRegisterChatCommand ("1", function () lua_thread.create (xuy) end) wait (-1) end function xuy () printStyledString ("go", 2500, 7) end How do I move the "go" text to the middle of my...
  3. R

    Координаты экрана

    Install AHK and type in windows search "spy" and click on AHK icon that says Windows Spy.
  4. R

    Быстро вращается луна.

    I'm also experiencing this issue. I think it has something to do with overdose graphics modifications, but any help would be great.
  5. R

    Lua Samp client commands input

    Thank you for this post seven.eXe this will come in handy. Do you have any more of these 'pre-built' lists that you think are good resources?
  6. R

    Lua Samp client commands input

    Thank you, this is what I was looking for! Thank you Albertio as well.
  7. R

    Lua Samp client commands input

    I am looking for how to set the fps limit to a specific amount so I can use /fpslimit 90 and I get 90fps Thanks
  8. R

    Возможно ли убрать микро-фриз после нажатия F8? (screenshot)

    Is this possible without an asi or sf plugin, and through lua moonloader?
  9. R

    Lua Samp client commands input

    Hello, I was looking for help on making commands like /fpslimit, /pagesize, /dl, and so on (the samp client commands), enterable in a lua script. I tried registering them as a samp command, but the game doesn't recognize it because its a client command. How can I make the /fpslimit command...
  10. R

    [LUA] Spectate radar help

    How can I make the radar visible when I am spectating someone? I've only been able to make it appear inside interiors, but can't figure out how to get it to appear when spectator mode. Как я могу сделать радар видимым, когда наблюдаю за кем-то? Я только смог заставить его появляться внутри, но...