Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. You have to edit the modified getPlayerName function.
  2. Doesn't seem that good. Anyway, good luck.
  3. Se usar serial, se tentar jogar em outro computador, não vai ter mais os dados. Usando um sistema de contas ou algo parecido seria o jeito.
  4. Aren't you supposed to be in the Arabic section? Didn't you like the truth? By the way, he can be wherever he wants to.
  5. Anderl

    i cant update gta sa

    Just download GTA:SA 1.0 executable and overwrite the old one and you're done.
  6. Anderl

    boost the server

    Probably some script ( traffic resource, maybe ) is bad scripted, or is not working properly.
  7. Anderl

    boost the server

    That's because your server is not good enough for it. Setting CPU priority of server executable is another way that may work.
  8. Thank you. I searched Wiki for some help and I didn't see engine functions lol
  9. It's not easy as you think, do you even know C/C++?
  10. Why two posts? Can't you just ask in the same topic?
  11. You can make each one to have different textures with shaders, as for modifying dff I guess it's impossible with shaders.
  12. You must make a function to get FPS by yourself.
  13. So people have to PM you to know more about the server? What is this topic for then?
  14. Yes, but as I said I guess a texture name is needed to apply the shader, isn't it? It'll be a random object from a house, that's why I could not figure out how to do that.
  15. How about showing some pictures, website..?
  16. Hello guys, I've been trying to discover some way to insert a texture in an element ( object ) but I just could not figure out how could I do that. I remembered shaders but unfortunally I would need the texture name which I don't have and the only way was to make a full list of textures of the objects of houses. Does someone knows any other way to do that? Note that I'm not asking for any script, just an idea how could I achieve that.
  17. Pretty sure variables are not static, so image does not get deleted.
  18. That's wrong. You forgot second parameter in guiSetVisible.
  19. You can do all these things with Lua.
  20. setElementData is doing nothing there, you can't delete the image by deleting element data.
  21. Anderl

    Question

    There is no need for that: string.format( '%02d', getRealTime().hour ) --Output: 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12, 13 and so on.
  22. Anderl

    New here :)

    You're wrong. He should start learning Lua first: http://lua.org http://lua-users.org
  23. To create a marker using a string variable as its variable name just do that: _G[variableName] = createMarker(...) --or loadstring(variableName .. ' = createMarker(...)')()
×
×
  • Create New...