Jump to content

CapY

Members
  • Posts

    1,646
  • Joined

  • Last visited

Everything posted by CapY

  1. Familiar. AND Goosh, how bored are you ?
  2. Not easy to use? Okay, I admit I guess I should write which line which you will need to change, sorry. Believe me, karlis knows. No need to give him an tutorial.
  3. Which fool would remove the credits, eh ?
  4. Community is only for open-source scripts, you know.
  5. Why don't you do it yourself? Resource is public.
  6. We can't find you, you find us.
  7. Good job, Mr.Norris /me runs from Chuck as faster he can!
  8. SAMP is full of cheaters and kids. You cannot compare SAMP TO MTA.
  9. CapY

    SIPL!

    killFunction ( Hacker:Kill )
  10. They can use QT to Lua with QTDesigner.
  11. It uses whatever you set ( in options ).
  12. It's not the same thing, beginners won't know how to properly calculate it.
  13. Absolute GUI elements are NOT always correct on all resolutions while relative ones are.
  14. Then let me help them. There's 2 types of GUI's: Absolute and Relative. I recommend using relative for beginners and absolute for advanced scripters. For example: guiCreateStaticImage ( float x, float y, float width, float height, string path, bool relative, [element parent = nil] ) Float x = integer ( number ( 0-9999 ) ), represents a position of window in X units. Float y = integer ( number ( 0-9999 ) ), represent a position of GUI element in Y units. Float width = integer ( number ( 0-9999 ) ), represents the size of GUI element. Example: <--------------------------------------> Float height = integer ( number ( 0-9999 ) ), represents the size of GUI element. Example: ^ | | | | | | v string = "blablabla", "", ' ', basically quotes. bool = true and false element parent = nil - this is an optional argument. nil = represents nothing Example of usage: guiCreateStaticImage( 0.20, 0.200, 0.100, 0.100, "imagename.png",true ) Relative GUI's has to contain decimals in integers, while Absolute ones don't. For having accurate absolute GUI's, simply use this: local screenWidth, screenHeight = guiGetScreenSize() local windowWidth, windowHeight = 800, 600 local left = screenWidth/2 - windowWidth/2 local top = screenHeight/2 - windowHeight/2 Apologises for mistakes, I'm in rush.
  15. Why are you bumping such old topic ? I know how it's done and I don't need help.
  16. CapY

    So, why that avatar?

    Just thinking what should I say, lol.
  17. I'd actually choose Freeroam if it was there.
  18. CapY

    PC COMBO QUESTION!

    My bad, never heard for HD2000
  19. CapY

    PC COMBO QUESTION!

    You won't be able to play any game on High details with integrated graphic card.
  20. CapY

    Server list spam

    Yeah, I had a conversation with him today about "hosting a free server" ( of course I didn't want to host an server there, I was just checking what would happen ). The only thing he wanted was: "first send me the resources then i'll make ftp account for you". That's just sad.
  21. CapY

    toolbox problem

    A da samo koristis RCG editor i olaksas sebi i nama ?
×
×
  • Create New...