Jump to content

Recommended Posts

Posted

FiveM Mlo's / Ymap's Rules

WARNING: Ignorance of the rules is not an excuse for breaking them.

 

- Before posting make sure you meet the criteria:

  • Do not ask for help here. Use proper section for that, here.
  • Always put a simple explanation of what you are sharing.
  • Use pastebin or the code tag for your codes (for ex. [ code ] your code [ /code ] without the spaces).
  • If you are not the owner of the share, please add the proper credits, else you will be smitted.
  • Your files must be tested before you share. We do not want to become a junkyard of non-working stuff.
  • Remember that this section is international, so you can not use your own native language. English is required.
  • Do not make one single word post like "thanks". Your post should provide feedback whether the server files are working or not, else you want to suggest something (server improvements, new features, etc).
  • Do not post already shared files. Unless if you clean/rework a script and give the real credits.
  • Your topic must include one of the following prefixes. l9zneYX.png

 

- A share must contain:

  • A valid download link.
  • As much info as you can (about the share).
  • Pictures if possible.
  • Your file must be clean, no viruses and/or backdoors. Use this site to check your file VirusTotal and post the result of the scan.
  • Credits.

 

- Updating a share:

  • Add UPDATED to your topic' title.
  • Make a post with a detailed info about the update to notify the members who use it about the changes (including first post).

 

- For Share Authors:

  1.  We've added a new feature called Hidden Content.
  2. If you want to hide your link from a share or your rar password use [ hide ] tags [ / hide ] to hide your content (Without spaces). 

 

Topics with request from author the link or the rar password needs to be updated with the Hidden Content code and no longer use the pm system to hide your shares in order to avoid users waiting for the link or the rar password to get a share.

 

- For Members:

  • Replies like ty, thx are not allowed and will be counted as spam and will be deleted.
  • If you keep posting several replies like ty, thx, etc you will be warned and chat banned without any notice.

 

Abussive Behavior ("Bulling") on shares is NOT allowed.

Thanks to Elfocrash's topic which was a wake up call from now on if you judge to harshly someone's code or you make a posts such as "trash files", "these files are crap", etc you will receive a warning point for abusive behavior and it will be your first and only chance to change your attitude. The next time you will against this rule you won't be welcomed on our forum any more and your account will be banned.

If you believe you can make a better share yourself you can simply help the member improve his/her share or even share an updated version with him/her and let him update his/her topic by adding your updates as an update with the proper credits.

Guest
This topic is now closed to further replies.


  • Posts

    • I already finished my panel for change name and gender, anyway need restart, im used schema  $stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?"); for change name... also for change gender i used if ($race == 5) // Kamael race ID; modify this value as per your database { $error = "Gender change is not allowed for Kamael race characters."; } else { $stmt = $conn->prepare(" UPDATE user_data SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0 WHERE char_id = ? AND account_name = ? "); Sorry no idea how to add cached update in myext64 about, not have any  solution for this yet compatible to myext64 code. This is my panel make in php http://177.73.143.43:8080/account/ Cool panel for me, without experience in any code. Without help from any people here 🙄
    • Don't listen to that idiot @Nightw0lf — he doesn't know or understand anything... he just talks nonsense. Here's the solution, just to prove that they're the useless ones giving you meaningless and useless answers.   function disableCharacter($charId){ $buf = pack("cVV", 0x14, $charId, 1); return $this->Send($buf); } function enableCharacter($charId, $accountId){ $buf = pack("cVV", 0x15, $charId, $accountId); return $this->Send($buf); } function kickCharacter($charId) { $buf = pack("cV", 0x05, $charId); $tmp = $this->Send($buf); sleep(2); return $tmp; } //-------------------------------------------------------------------------------- if ($func==7)//DESHABILITAR PERSONAJE { $char_id = $var1; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->disableCharacter($char_id); RegistrarActividad("disableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",0,0,0,0); } else if ($func==8)//HABILITAR PERSONAJE { $char_id = $var1; $account_id = $var2; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->enableCharacter($char_id,$account_id); RegistrarActividad("enableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",$account_id,0,0,0); } //-------------------------------------------------------------------------------- $CACHED->disableCharacter($char_id); $tabla = sqlsrv_query($conexion_lin2world, "UPDATE user_data SET xxxxxxxxxxxx WHERE char_id=".$char_id.""); $CACHED->enableCharacter($char_id,$account_id); Now just compare the stupidity said by that imbecile @Nightw0lf with the answer I gave you... Thanks to people like this, MaxCheaters is in the state it's in... They keep following useless people who are good for nothing 😉  
    • A new template is available: Mystical-World - Responsive HTML Template    
    • very helpful comment when you say to some random person that is asking for help this: "I hope that the imbeciles that you defend better answer you" indicates you have serious psychological issues, you are a problem for the community at this point  read the rules and stop spreading the toxicity virus you are infected with, seek professional help.     on topic, l2off servers have the issue of real time name changing through website and CacheD server, in some of them even successfully return no errors but its still not working, the player has to restart the game afterwards so in best case you log them out, thats all i can tell you from the website side development. i suggest this to be inside try/catch dont use advext the guy gives errors in the documentation of the website connections and calls other developers idiots who cant make it i have rewrote this function fully (this function contains the errors)  https://wiki.depmax64.com/index.php/Список_php-функций_для_работы_с_пакетами_IL and still i made everything work except the rename, this can be done with other methods and SQL side using function queries
    • Buying & Selling Torn City Cash
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock