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

  1. kolle

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

    Id like to get the id of a player that I have their nickname
  2. kolle

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

    is it possible to get the id by nickname?
  3. kolle

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

    I'm trying to keep the script pressing W every time when it is activated but it's not working. Why? local pressing = false local function pressKeys(bool) if not bool then pressing = false return end lua_thread.create(function() pressing = true while...
  4. kolle

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

    Hey guys, is it possible to create a communication between clients? For example, I'm using a script A and I'd like to communicate with other players that are using a script B. I feel that it's not possible, but just asking
  5. kolle

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

    Where can I see all of the RPC IDs? For this https://www.blast.hk/threads/69433/ I'd like to know the RPC to move an object in the server
  6. kolle

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

    Where's the events.lua in the version 0.27? I was trying to import using the path local events = require 'samp.events' but it's not working anymore. Looking in the files i didn't find the events.lua as well. I got this version here https://www.blast.hk/threads/13305/page-2#post-386466
  7. kolle

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

    is there a documentation to know how using these events, like when them will be trigged, what i'll receive as parameters etc... onSendPlayerSync and onPlayerSync
  8. kolle

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

    Hello, I have a code that if I point and press 1 on someone, I keep the player's id in a variable. However, if I am on a motorcycle and I do this, the script did not understand that I am targeting someone and that is why the player id does not return to me. How do I get around this?
  9. kolle

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

    How do I get two parameters in a command function? sampRegisterChatCommand("sf", function(arg, arg2) lua_thread.create(function() sampAddChatMessage(arg.. arg2,-1) end) end) This way it didn't work. I wanted to type /sf 1 2 and receive parameter 1 and parameter 2.
  10. kolle

    Декомпиляция скриптов

  11. kolle

    Декомпиляция скриптов

  12. kolle

    Декомпиляция скриптов

  13. kolle

    Декомпиляция скриптов

  14. kolle

    Декомпиляция скриптов

  15. kolle

    Декомпиляция скриптов