Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. Jaysds1

    Port Problems

    @Hods, What Router do you have?
  2. How about leaving the players health higher than death(0) then when you click on the player then you could revive the player, but you have to set them in a animation and disable their controls.
  3. Jaysds1

    Problem

    What value's have you used? Try experimenting and setting the blur level 255 then 0 and see the difference.
  4. A: Yup, I could smack those both every night Q: Wouldn't you?
  5. Jaysds1

    Problem

    or setPlayerBlurLevel
  6. hmmm, well, after the width and height has been released, the script checks if x2/y2 < x/y now, I'm not sure, but try putting the width and height part after the that little check. if ( x2 < x ) then local tempx = x2 x2 = x x = tempx end if ( y2 < y ) then local tempy = y2 y2 = y y = tempy end local width, height = math.abs ( x2 - x ), math.abs ( y2 - y )
  7. Actually, it's a "Gamemode", you would need to use root for it... example: https://wiki.multitheftauto.com/wiki/Wri ... #Example_2
  8. Jaysds1

    Time problem

    Sorry, but we're going to need prove for this... other wise, this topic is going to be locked... (Not by me BTW)
  9. A: Inserted After Insert Q: Is that what you wanted?
  10. Actually post a screenshot of the debug error(if any)
  11. Jaysds1

    trigger problem

    I think he doesn't want us to continue because the script was stolen.
  12. try this: addEventHandler("onGamemodeMapStart",root,function() --When the gamemode map starts for _,v in ipairs(getElementsByType("player"))do --loop through every player if isPedInVehicle(v) then -- check if they're in a vehicle destroyElement(getPedOccupiedVehicle(v)) --destroy the vehicle end end end) --Done
  13. Remove it on line: 125 in folder: resources\[admin]\admin\client\gui in file: admin_main Done
  14. Ok, 1. Read Topic: viewtopic.php?f=91&t=42238&hilit=Why+can%27t+I+click+on+dead&p=427374&view=show#p427297 2. Not sure 3. The body is actually a player, so if the player respawns then the body would be moved.
  15. , well, glad to see your GTA working again
  16. Try reinstalling your GTA
  17. Hey, I was wondering why we don't have an option to Download the Image from a URL, like I have my image saved at Imgur.com but instead of downloading and saving it on my computer then uploading it, why can't we have an option to download the image from the url to be our Avatar image?
  18. A: Looks like it Q: Do you think it's fake?
  19. try: http://code.google.com
  20. Nevermind, The graphics subscore went up by 0.1
  21. Bitch, please! The pic u posted is 119 bytes! , How small do you want it to get?
×
×
  • Create New...