is it possible in some way to unload a code which was injected with loadstring?
as far as i see, only solution to this would be restarting the resource which has loadstring in it's code
any other (perhaps better) solutions?
Don't act like some good righteous guy, you're doing the same thing he is doing
Impersonating FO? Lets be serious.I wont Team FO in my server.Lock
Not impersonating FO, but the whole server
I've never encountered this error without me making a mistake, and i am not really sure why is this happening to you, maybe because script starts checking if file exists before they got loaded from meta?Other than that, i dont know what could be the issue
There are some bugs on windows 10 when running mta, but mta will provide support for windows 10 after 29th of july(when windows 10 officially releases) because there could be some changes in code of windows 10 until that date, so fixing mta now for windows 10 is pointless until it officially comes out
hello, is there any way to apply custom handlings to a vehicle model depending on something?
like if we had 2 gamemodes in server and in one infernus was supposed to be very fast, and in other one infernus supposed to have default handling
how could this be done? setModelHandling seems to apply to every car with certain id no matter what..
You could make this if you have 2 servers for example (but it's impossible without disconnecting the players)
e.g when server 1 restarts, before it restarts it redirects players to server 2 with redirectPlayer function
and when server fully restarts, server 2 gets notified about it and redirects players back to server 1
though above method may be complicated and i wouldn't use it
hey umm so if a map has
however i wanted to ask something
is some resource creating those objects and stuff from map file or by default?
is there some way to change object,vehicle,ped,etc's dimension when it gets created?
im asking all of this because i've made my custom client side map loader, but besides my map loader creating objects, mta creates them in (most likely 0 dimension) and i don't want that
is there some way to prevent this without removing
Check out wiki.multitheftauto.com for scripting introduction and read about it, and check out on google..there are many Lua tutorials out there, and you can't just learn it over the night. It requires some time and dedication.
(If you got money though you can always pay a scripter to do work for you)