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

  1. kngsly

    check if car is empty

    English: how can i check if a car is empty? (passenger / drive) Russian: как я могу проверить, что машина пуста?
  2. kngsly

    Sampfuncs Problem

    Thanks father
  3. kngsly

    Sampfuncs Problem

    Every time when i hook the incoming onfoot packet, players onfoot structure is somehow corrupted. Why? I tried to print player health, armour or anything from player stOnFootData structure , but everything is printed wrongly. On aim and bullet, works good.
  4. kngsly

    sampfuncs

    How to set my actor position and quaternion in sampfuncs?
  5. kngsly

    Lua TCP Server

    How to make a simple tcp server in lua?
  6. kngsly

    Load custom skin (.dff and .txd) in game using lua

    No, moodloader can load mods after game intialization. I see some paid cheats which can load custom skin
  7. kngsly

    Load custom skin (.dff and .txd) in game using lua

    Is there a script that loads your custom skin into the game, such as a modloader written on lua?
  8. kngsly

    Как получить координаты маркера ?

    function main() if isKeyDown(0x48) then -- H _, x, y, z = getTargetBlipCoordinates() print(x,y,z) end end