-
Posts
251 -
Joined
-
Last visited
Everything posted by ChaseOquinn
-
That function is old and has been removed. Use this function. setVehicleHandling - https://wiki.multitheftauto.com/wiki/SetVehicleHandling
-
Jaysds1 that's wrong. If you want to trigger a client event from the server side for only the source player use this. triggerClientEvent(source,"event name",source)
-
Can you go into more detail please. Does it just say internet problems then kicks you?
-
Yeah that tops the list as one of the dumbest ideas I've ever heard.
-
Welcome to the community.
-
They used teh hax!! No they didn't. This screenshot was taken on MTA 1.1. Like Zango said there's no slot restrictions.
-
Nobody is going to do all that for free so you need to learn how to script. Go here to get started wiki.multitheftauto.com. Also you can learn by editing scripts. For example you could open a small script like play and edit some values in it and you will see what editing those values does and you could learn from that.
-
tiggerServerEvent makes tigger show on your screen. Its a very useful function. John uses it all the time.
-
Oh my bad. I was on my phone and made a quick post. izissise do you have any trainers or mods in your GTA directory?
-
Because of the way wine runs GTA, MTA detects wine as a trainer. There is a Linux version of MTA go here to get it linux.multitheftauto.com
-
Hey Aibo thank's for the help. And I seen a video u made on some new dx functions and shaders. Nice job on that.
-
Hey I'm having some problems with combo boxes. here's some of the code. window = guiCreateWindow(x/2 - -100,y/2 - 110,280,310,"World",false) label7 = guiCreateLabel(10,180,80,40,"Reset Colors:",false,window) box2 = guiCreateComboBox(100,180,60,90,"Sky",false,window) guiComboBoxAddItem(box2,"Sky") guiComboBoxAddItem(box2,"Water") guiComboBoxAddItem(box2,"Sun") function resetColors() if (source == button13) then if guiComboBoxGetSelected(box2) == -1 or 0 then resetSkyGradient() if guiComboBoxGetSelected(box2) == 1 then resetWaterColor() if guiComboBoxGetSelected(box2) == 2 then resetSunColor() end end end end end addEventHandler("onClientGUIClick",button13,resetColors) The problem is if I select Sky it resets the Sky, but if i select Water and the Sky color is changed it will still reset the Sky, but it wont reset the water color. If i select Sun nothing resets. I believe the problem is with the item indexes.
-
Yeah you liked to use that function to aggravate me and rename my server to some random name lol.
-
Well tell him that the script requires you to add a line to the acl to work and if he still says no then forget about that script and work on something else.
-
I don't understand you to well, but the redirectPlayer() function wont work without adding the resource to the admin group in your acl. So your problem wont be solved until you add that line to your acl.
-
Like Solidsnake said you must add the resource to the admin group in your acl. Add this line:
-
Yes Twisted setServerName() was planned for MTA 1.1, but it got removed a while back.
-
It's probably just temporary offline. Just wait a little while, then check it again later.
-
I can see your having rendering problems. Try installing the latest patch for 1.0.5. Go to nightly.multitheftauto.com then scroll down to 1.0.5 download the latest one.
-
Hey XX3 nice pics. I've been testing 1.1 for a while now too and this is one of my favorite new features. Also I have created a RGB scroll bar it was easy to do.
-
We're not sure if it will work, because your problem may not be with MTA. Does your GTA:SA work fine? Try updating those 2 things towncivilian mentioned and post your results.
-
Your maps are saved in your resources folder. When you start your server type in the console start mapname or in game type /start mapname.
-
Hey Danny nice map, but you should rename it to Danny DM because this appears to be a DM map.
-
You can add the video by clicking on youtube right beside strike.
