Search results

  1. D

    Help Translation from Russian to English

    Hello, I need help with translating this damage informer from Russian to English please! I cannot understand Russian which makes it hard for me to use it. Thank you!
  2. D

    Help with autosigncheck code

    Is this code right to automate a signcheck or something is missing? require "lib.moonloader" local sampev = require 'lib.samp.events' function main() while not isSampAvailable() do wait(0) end reset() while true do wait(100) if checkFound then...
  3. D

    Types of Sign Check and Sources , etc...

    This one doesn't work @Parazitas. It writes the signcheck code but it doesn't type "/signcheck" by itself. Also, I'd suggest adding a delay of 5 seconds because we it /signcheck's right away, admins will get a warning on the server I play in.
  4. D

    Auto Vest Accepted for SAMP (LUA version)

    This is not the right code. I figured it out. Try using this mod instead.
  5. D

    auto accept dicebet or adb

    Try this and follow the instructions in Readme text file. Use the command /dicex to activate and then you can select a min. and max range for the bets being offered.
  6. D

    auto accept dicebet or adb

    Let me know if it works. /adb or /autodicebet to enable/disable it.
  7. D

    auto accept dicebet or adb

    I can make you a lua version of it instead of a cleo.
  8. D

    Auto Vest Accepted for SAMP (LUA version)

    I figured it out. Close this please.
  9. D

    Auto Vest Accepted for SAMP (LUA version)

    Hey, so I've been trying to code a LUA version of auto accepting vests. I am having a hard time doing it because I just learned LUA and don't know much about it. Sometimes I run into barriers and can't overcome them. I need help with my code. I would appreciate it if you guys could help me get...
  10. D

    Help Auto Accept Vest LUA

    bump
  11. D

    Help Auto Accept Vest LUA

    And just to make sure, I’d put that in as “script_dependencies (“SAMP.Lua”) or “require SAMP.Lua”?
  12. D

    Help Auto Accept Vest LUA

    Do I need to put anything else besides “require lib.sampfuncs”?
  13. D

    Help Auto Accept Vest LUA

    Hey there! I am trying to make a auto accept vest but my code doesn’t seem to work. Here is my code, I’d appreciate it if you guys could help me. require "lib.sampfuncs" function main() sampAddChatMessage("{FFFFFF}AutoAccept - {0085ff}[Credit: Y2K]", -1) local isModActive = true --...
  14. D

    Help Gambling script

    Hello, I just had a quick question. Do you guys think it’d be possible to manipulate a gambling script on a samp rp server? Take HZRP for example, would it be possible to code a script to manipulate it and have odds in your favor most of the times?
Top