Jump to content

-.Paradox.-

Members
  • Posts

    1,239
  • Joined

  • Last visited

Posts posted by -.Paradox.-

  1. 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

  2. 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

  3. 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)

  4. Q: What would you do if you would die? Dance? Cry? or what?

    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

  5. isLineOfSightClear 
    processLineOfSight 
    getVehicleTurretPosition 
    math.cos 
    math.sin 
    math.pow 
    math.sqrt 
    getScreenFromWorldPosition 
    dxDrawLine3D 
    

  6. 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

  7. 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...