-
Content Count
33 -
Joined
-
Last visited
-
Days Won
1
edge last won the day on July 30 2018
edge had the most liked content!
Community Reputation
8 NeutralAbout edge
-
Rank
Rat
Details
-
Gang
reverse-gaming.ro
-
Location
Iași, România
Recent Profile Visitors
848 profile views
-
Congrats!
-
https://wiki.multitheftauto.com/wiki/Scripting_Introduction
-
[English] Advanced Gaming Roleplay [Custom Script]
edge replied to Blast3r's topic in Servers to play on
Looks awesome! Good luck. -
This works just when the files are being downloaded. Try to remove all your cached-files and enter your server. If that doesn't works, we'll check that. I don't think it didn't works, but I'll test it soon.
-
That's quite simple. local screen = {guiGetScreenSize()} local page = "http://mta/local/yourfile.html" function downloadGUI() browser = guiCreateBrowser(0,0,screen[1],screen[2],true,true,false) --display the Browser bg = guiGetBrowser(browser) addEventHandler("onClientBrowserCreated", bg, function() loadBrowserURL(source, page) end) end addEventHandler("onClientRender", root, downloadGUI) function checkTransfer() if isTransferBoxActive() == true then setTimer(checkTransfer,2000,1) -- Check again after 2 seconds else removeEventHandler("onClientRender"
-
Try to remove the <min_mta_version /> field in meta.xml or by just updating your server's version (https://nightly.mtasa.com/).
-
Arată fain, dar parcă e oarecum prea brusc, încearcă să miști camera ceva mai încet, iar panoul să aibă ceva fade-in, ar da mai bine, zic eu. În rest, e super ok. Succes!
-
edge started following Simple0x47
-
I've found that, but I'm getting some errors when I'm trying to add the file as a cog to the bot. Any advices?
-
Good job!
-
Is there a way to execute commands with a python based discord bot on a MTA Server? Thanks for any advices.
-
Nu am încercat vreodată să fac astfel de lucruri, dar presupun că trebuie să folosești un script care să înlocuiască un model. Încearcă să folosești engineReplaceModel, într-un fișier de client, apoi să folosești meta.xml în care introduci următoarele. https://wiki.multitheftauto.com/wiki/EngineReplaceModel (ia-te după exemplele din josul paginii) <meta> <file src="fisier.txd" /> <file src="fisier.dff" /> <script src="client.Lua" type="client" /> </meta> Toate astea le faci în folderul în care ai instalat MTA-ul \serv