Jump to content

qaisjp

Retired Staff
  • Posts

    2,344
  • Joined

  • Days Won

    10

Everything posted by qaisjp

  1. qaisjp

    TXD Unloader?

    Thanks, that might work
  2. qaisjp

    TXD Unloader?

    Yes, that is what I need, but I DONT want to reupload the default TXD
  3. 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
  4. What is the name of your resource you want to restart, i will make it.
  5. 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?
  6. qaisjp

    TXD Unloader?

    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
  7. Yeah sure, it is very easy to make.
  8. 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?
  9. qaisjp

    2 things.

    I have no idea O_O
  10. qaisjp

    2 things.

    Is it possible to make it (ofc it is ) but a small question. If i was to make it, would i need to use "getWorldFromScreenPosition()" ? I saw some video of something called "Constructor", is it a lost resource or somethin'?
  11. qaisjp

    2 things.

    I am kinda finding the bearings on gta kinda hard when it comes to createWater and collision shapes. Is there a resource that makes it appear as if you are drawing the water/colshape and then generates it? If so, please tell me:D
  12. 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
  13. Custom build...not the nightly? WHere do you get it? Link please (Where can I find the source code?)
  14. *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
  15. 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
  16. Erm, so we can pay you, then decline the package and NOT get our money back, FUCK that's stealing.
  17. 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
  18. 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.
  19. lol Thanks, you should put that feature on top ^^
  20. 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 >.<
  21. instead of using a seperate element data for each pos. Use setElementData(yourHouse, "carPos", "PosX, PosY, PosZ", true) with "gettok"
×
×
  • Create New...