Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 18/12/22 in all areas

  1. https://wiki.multitheftauto.com/wiki/SetVehicleAdjustableProperty hello welcome to the forum I hope this is the code you want to learn
    1 point
  2. welcome to the forum, i made a code for you, i didn't test it, you should try this --client function giveMoney(hitPlayer, matchingDimension) if hitPlayer == localPlayer then outputChatBox("Okey it's your money") triggerServerEvent("giveMoney", hitPlayer, 1000) --enter amount here end end addEventHandler("onClientMarkerHit", marker, giveMoney) --server addEvent("giveMoney", true) addEventHandler("giveMoney", root, function(amount) givePlayerMoney(client, amount) end )
    1 point
  3. I believe the error is about: $input = mta::getInput(); + use MultiTheftAuto\Sdk\Mta; mta > Mta use MultiTheftAuto\Sdk\Mta; $input = Mta::getInput();
    1 point
  4. Lepszego raczej nie znajdziesz.
    1 point
  5. Hello everyone, I'm not an active member on the MTA Community and I don't know if this is the best place to post my small contribution. Basically I've coded one small app that converts a figma project into a lua script with dxDraw function. With this converter you'll be able to design your server inside figma and generate all code automatically. This app just generates the design, nothing more. I have intentions to maintain the repository with more updates, so keep an eye on it. Here's the repository: https://github.com/was547/OpenFigmaToMTA Unfortunately I can't post any photos here, but once the app is open sourced you're free to check the code, compile and use. Also I'll create some tutorials soon of how to use. Any bugs feel free to open an issue. Regards, Woz
    1 point
  6. يعني الأفنت الخاص في SSO مفروض يكون له فونكشن خاص فيه مو مع الزر onClientGUIClick
    0 points
×
×
  • Create New...