Jump to content

-.Paradox.-

Members
  • Posts

    1,239
  • Joined

  • Last visited

Everything posted by -.Paradox.-

  1. Lol, It's funny to see people using an old code of mine and hoping to achieve something with it
  2. A: Looks like Q: Where are you going to spend the rest of the summer
  3. https://wiki.multitheftauto.com/wiki/Sc ... troduction https://wiki.multitheftauto.com/wiki/In ... ng_the_GUI https://wiki.multitheftauto.com/wiki/Cl ... _Functions https://wiki.multitheftauto.com/wiki/Cl ... ing_Events https://wiki.multitheftauto.com/wiki/Se ... _Functions https://wiki.multitheftauto.com/wiki/Se ... ing_Events
  4. You're asking help on a public forum made for its members, And if you want a specific person to do it for you, Contact him/them in private and not post here your topic and then ask us to leave. I'm reporting this
  5. Or at least say what debug outputs
  6. I don't believe in such things...
  7. A: Nothing Q: When will you guys involve and start asking about some real things like Maths, Science, Physics, History, Geography or general cultures? I guess like that everyone's knowledge would improve and so on, just saying
  8. It's in BLAST section lol And if this topic was about questioning and not giving opinions why you posted your own opinion? P.S Just to be clear, keep your beliefs for your own self (Sorry if I broke any forum rule even though it's in B.L.A.S.T)
  9. If I died I go to heaven, I guess. Q: What would you do if you find out that you were adopted? Hard to believe in a place that doesn't exist
  10. http://lmgtfy.com/?q=What+is+Life%3F
  11. viewtopic.php?f=91&t=84040 It might help you
  12. -.Paradox.-

    Help

    isLineOfSightClear processLineOfSight getVehicleTurretPosition math.cos math.sin math.pow math.sqrt getScreenFromWorldPosition dxDrawLine3D
  13. A: Nothing Q: What's the meaning of life?(No wiki, Own opinion)
  14. He meant post your code so we can see what's wrong...
  15. Thanks a lot guys, Now everything looks really clear for me
  16. I have a project site for the summer and I think PHP may help, Thanks
  17. I hope that's what you need sW,sH = guiGetScreenSize() rW,rH = 1280,1024 -- Put your screen resolution here, 1280 1024 was just an example based on my screen function showClientImage() guiCreateStaticImage( sW*(311/rW), sH*(558/rH), sW*(400/rW), sH*(30/rH), "img", false ) guiCreateStaticImage( sW*(311/rW), sH*(590/rH), sW*(400/rW), sH*(30/rH), "img", false ) guiCreateStaticImage( sW*(311/rW), sH*(622/rH), sW*(400/rW), sH*(30/rH), "img", false ) guiCreateStaticImage( sW*(311/rW), sH*(654/rH), sW*(400/rW), sH*(30/rH), "img", false ) guiCreateStaticImage( sW*(311/rW), sH*(686/rH), sW*(400/rW), sH*(30/rH), "img", false ) guiCreateStaticImage( sW*(311/rW), sH*(718/rH), sW*(400/rW), sH*(30/rH), "img", false ) end addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), showClientImage ) P.S: It's not the right section where to post your problems, Try Scripting section or Spanish scripting section
  18. Hello, I just finished learning LUA and OOP by myself and I finished my actual and current projects so I'm looking forward to have fun learning other programming languages and their basics. So my questions are: -What are the most requested and powerful programming languages in computer science? -Are they hard to start with? And my request is the following: -Can someone suggest me any useful forums or tutorials introducing C/C++? Thanks in advance and have a nice day. P.S: Sorry if it is not the right section.
×
×
  • Create New...