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

  1. S

    [LUA]What is wrong with this script?

    script_name('kicker') --script_author('') script_version('0.1') local sampev = require 'lib.samp.events' function main() while not isSampAvailable() do wait(100) return end sampRegisterChatCommand("hkick", hkick) wait(-1) end function hkick(playerID, vehID) if tonumber(playerID, vehID) then...
  2. S

    How can i read this HEX?

    there is nothing to read there honestly, just 0000s
  3. S

    [LUA]How can I check if a arg is entered?

    script_description(".") function main() while not isSampAvailable() do wait(100) end sampRegisterChatCommand('ii', health) sampRegisterChatCommand('iz', armor) wait(-1) end function health(health) if not isPlayerDead(PLAYER_PED) then if health then setCharHealth(PLAYER_PED, health) else...
  4. S

    [LUA]Script doesn't seems to work.

    my bad, didn't realized it was for handle. ty
  5. S

    [LUA]Script doesn't seems to work.

    script_description(".") function main() while not isSampAvailable() do wait(100) end sampRegisterChatCommand('ghh', health) sampRegisterChatCommand('gapp', armor) wait(-1) end function health() if not isPlayerDead(PLAYER_HANDLE) then setCharHealth(PLAYER_HANDLE, 100) else print("You are...
  6. S

    add on/off key cleo

    which keys do you want
  7. S

    need a full list of raknet offsets

  8. S

    need a full list of raknet offsets

    0C0D: struct 29@ offset 36 size 4 = 0 // float fMoveSpeed[x]; 0C0D: struct 29@ offset 40 size 4 = 0 // float fMoveSpeed[y] 0C0D: struct 29@ offset 44 size 4 = 0 // float fMoveSpeed[z]; like the above but full list of every packet with their...
  9. S

    add on/off key cleo

    Activation: "H" https://www.gta-modding.com/san_andreas/tutorials/virtual_key_codes.html {$CLEO .cs} 0000: WHILE TRUE WAIT 0 IF 00DF: actor $PLAYER_CHAR driving THEN IF 0735: is_keyboard_key_pressed 72 THEN 03C0: 0@ = actor $PLAYER_CHAR car 0918: set_car 0@ engine_operation...
  10. S

    Другое Connecting npcs to the servers

    then don't use it stupid moron, stop writing useless comments
  11. S

    SA:MP Buying Arizona Acc I +30lvl

    I will buy a +30lvl arizona account Price 5-10 $ Discord; 0x#1421
  12. S

    [HELP] Send Keypress

    0C72: set_virtual_key 18 down true wait 10 0C72: set_virtual_key 18 down false https://www.gta-modding.com/san_andreas/tutorials/virtual_key_codes.html
  13. S

    Другое Connecting npcs to the servers

    1-Download SAMP server files; http://files.sa-mp.com/samp037_svr_R2-1-1_win32.zip 2-Put SAMP server files into a folder. 3-Open up the cmd.exe and redirect it into folder. ("cd" command) 4- Use this command and enter your desired parameters; "samp-npc.exe -h <Server IP> -p <port> -n <NPC...