Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. Since dxCreateTexture returns a texture element and guiCreateStaticImage only lets you load an image passing its path, no, it's not possible to use. You could save the pixels in a file and load it with guiCreateStaticImage, though.
  2. As long as you call fetchRemote when you click the name of the player, yes. Another way is to download everything in one time, and then just load them when you click the player row.
  3. I didn't understand your question. Using fetchRemote to get an image from a website is the same as getting a file's content and using dxCreateTexture to load it, it will get the file's content everytime you call it. There's even an example in the wiki for that. 1st, it gets the image content, sends it to the client. 2nd, the client calls dxCreateTexture which then returns the texture from what you sent to it. It's then stored in a variable. 3rd, you call dxDrawImage with that variable. If this is not what you wanted, I'd like you to explain it better.
  4. Your code is completely messed up. 1st. Use local variables whenever you can; 2nd. Why is this: Port = "22003" ..needed if you are doing this? tonumber ( "31338" ) It doesn't even make sense. Either use the variable or write the port number directly in the function, without tonumber or as string. redirectPlayer ( player, "88.198.11.8", 31338 );
  5. I would like to know why do you create a variable called "Port" with string type and then you convert it to number. Simply write the number as an integer variable in "Port".
  6. You only need to read one. Choose whichever you want, they all say the same.
  7. Multi Theft Auto's wiki isn't really a tutorial, it's more like a documentation website. It doesn't teach you anything ( well, actually it does, but I'm talking about teaching the language itself ).
  8. Anderl

    Help..

    Guess I saw something about having to change the DFF to work in GTA, I'd search a lil the forums.
  9. Anderl

    SetRankDisplay

    Don't you just get the error? You're trying to call a function that doesn't exist, what you need to do is obvious.
  10. This was the best theme I have seen till now, good job
  11. Anderl

    Lua Teacher?

    viewtopic.php?f=148&t=40809
  12. To find if an object is in an ACL group, there's already IsObjectInACLGroup.
  13. Anderl

    acoount data

    What are you using to open the file? And remember that passwords are hashed, you can't see them - only the hashed version.
  14. I'm not sure if this is really what you're talking about, but NVIDIA does have a technology called Optimus which changes between cards in heavier and lighter apps, so does AMD. You can also select which softwares to run with which card in the control panel - thought you knew that, and probably this has totally nothing to do with what you're talking about..
  15. Anderl

    Discussion

    Compiling files doesn't help in anything. It can still be decompiled easily.
  16. Anderl

    Discussion

    There are things that doesn't need anything to be made in the server side, and it's still possible to steal other files.
  17. Mostre o ficheiro "meta.xml".
  18. Anderl

    Discussion

    Yes, it is possible to steal things. Everything you download is saved on the client's computer, unless the server owner creates another way of loading files ( which some servers already do, but not for everything ). Not really. Anyone that takes hosting serious and ain't a kid automatically deletes EVERY SINGLE THING from the server he was hosting, if the customer decide to "leave" it. Guess creating this topic was a bad idea, this will turn into a flame war for sure.
  19. @DNL291, o código está na primeira página do tópico.
  20. Agradecia que explicasse o problema bem, e em português decente porque eu não percebi absolutamente nada.
×
×
  • Create New...