qaisjp
Retired Staff-
Posts
2,344 -
Joined
-
Days Won
10
Everything posted by qaisjp
-
Enjoy your reading.
-
Tested, same problem again.
-
Yes, that is what I need, but I DONT want to reupload the default TXD
-
Also, make sure you do NOT set these values as 0 = Upper bound and lower bound Percent submerged If you do, you will encounter the loading screen of death(LSOD). If you encounter the lsod, just do /kill
-
What is the name of your resource you want to restart, i will make it.
-
I have an idea on fixing it ( the script creates an object then destroys it), and because it is done many times, in the end it cant delete the same thing twice. So there needs to be a table for the object. But i have no idea how to do it. Any ideas, anyone?
-
Is there a way to "unload" a TXD from a script. For example i have a vehicle mod. But I want to disable it only for the client using "/noinfernus". What mta function would i need to unload it
-
Yeah sure, it is very easy to make.
-
This is slightly offtopic, but what is this shit -- below local screenx, screeny = getCursorPosition" class="kw4">getCursorPosition() I have seen that class="kw4" on various functions. What the hell is it?
-
Oh, okay
-
Here is my function called decodeAndFindString. function decodeAndFindString(theString, takeOut) if tostring(theString) and tostring(toFind) then return string.find(string.lower(tostring(theString):gsub('#%x%x%x%x%x%x', '')), tostring(toFind)) end end decodeAndFindString(string, find) String is what we are trying to find something in and Find is what we are trying to find. For example if decodeAndFindString("UpperLowerHAPPYpLaYeR", "player") It will return true 'cos it found player. string.lower(string) converts to lowercase string.upper(string) converts to uppercase
-
Custom build...not the nightly? WHere do you get it? Link please (Where can I find the source code?)
-
*cough* made by you? *cough* It was made by JasperNL=D and you heavily editied it. Correct me if i am wrong, but did you ask for permission from JasperNL=D to upload it? Again, that is claiming someone elses work
-
Welcome to MTA:SA, enjoy mta and it's scripting language is really easy. Remember, you need a good meta.xml for any script to work On the Wiki main page go on to Scripting introduction
-
Erm, so we can pay you, then decline the package and NOT get our money back, FUCK that's stealing.
-
That looks great, if the appearance is great, I can't imagine how great the actual resource will be. What I meant was creating a clientside XML for custom configurations. Whereas default's and built in configurations are server side. xmlCreateFile is a Server and Client function (When is the server up? Please tell me, i would like to try it ) EDIT: I am pretty sure you have already done your GUI, but i have a small idea - Instead of using gui functions, use YAML for the File/View/Help menu at the top. It makes it more...menu like
-
Is this still alive! It's awesome! How about a configurations box. Like a combobox with the handling showing for all vehicles. Also, make the XML saved client side. So it doesnt lag the server.
-
lol Thanks, you should put that feature on top ^^
-
Panes are kinda important, cause some people use windowed mode and it sucks to see it so small. (Is it possible to expand the script pane when the right/left pane is expanded/contracted. Also i accidentally found a feature when pressing CTRL + [object/veh/player] The player is admin only, but vehicle is for all >.<
-
instead of using a seperate element data for each pos. Use setElementData(yourHouse, "carPos", "PosX, PosY, PosZ", true) with "gettok"
