Search results

  1. G

    AHK- Detect Targeted Player ID

    Need an autohotkey that detect the name of the targeted player For Example : !1:: (function that gets the id and convert it into name) SendInput tBows his head in front of (name of the targeted player).{enter} return
  2. G

    Nametag fix

    it's a problem on my server, not usin a wallhack or sobeit
  3. G

    Nametag fix

    Is this a common problem? I dont know how to fix this.
  4. G

    Time FIX of my server.

    where I should add and where should I put that if statement? btw I can't add a number in the line of gettime(hours, minutes);
  5. G

    Time FIX of my server.

    can you make a pseudocode for that what u mean, using my code as a reference?
  6. G

    Time FIX of my server.

    where should I add? I tried on the output of refresh time function but it doesnt reset on 24 it keeps adding. It should be 00:00 right?
  7. G

    Time FIX of my server.

    Hello, I got a problem on my server which the time in game doesn't sync in our region. How can I fix it? I'm from Philippines btw. GetDate() { new date[5], string[24]; getdate(date[0], date[1], date[2]); gettime(date[3], date[4]); format(string, sizeof(string), "%i-%02d-%02d...
  8. G

    my samp-server.exe automatically close after I run it. Any solution for that?

    ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team [15:40:33] [15:40:33] Server Plugins [15:40:33] -------------- [15:40:33] Loading plugin: jit [15:40:33] JIT plugin 2.4 [15:40:33] Loaded. [15:40:33]...
  9. G

    CLEO Help help me decrypt these files thankyou :)

    they're LUAC file
  10. G

    CLEO Help Help me modify my lua.

    THANK YOU SIR U GIVE ME AN IDEA !!!!!
  11. G

    CLEO Help Help me modify my lua.

    I want to remove the "_" in the name and get the weapon name I'm holding in the output, here's the code. need help for the output: /me gets his ((the weapon im holding)) and shoots ((player ID im pointing to without underscore)) in the head. require "moonloader" require "sampfuncs" local...
  12. G

    CLEO Help Is there a way to hide my toys when scoping on a sniper rifle?

    Samp Add-ons have many bugs for my other mod. Is there a way of hiding the toys from my scope without detatching it from my character?
  13. G

    CLEO Help can this block of script from ahk can be converted to cleo? how?

    Thanks mate, is there anything I can do to make it stop?
  14. G

    CLEO Help can this block of script from ahk can be converted to cleo? how?

    ^0:: Loop, 5000 { Send, t/mi {enter} Sleep, 5000 } return
  15. G

    HELP ME TO LET MY AHK ONLY WORK FOR SAMP SO I CAN USE MY BROWSER WHILE IT SPAMS IN GAME.

    #IfWinActive ahk_exe gta_sa.exe ^0:: Loop, 5000 { Send, t/mi {enter} Sleep, 5000 } return
  16. G

    HELP ME TO LET MY AHK ONLY WORK FOR SAMP SO I CAN USE MY BROWSER WHILE IT SPAMS IN GAME.

    HELP ME TO LET MY AHK ONLY WORK FOR SAMP SO I CAN USE MY BROWSER WHILE IT SPAMS IN GAME.
Top