Jump to content

H5N1

Members
  • Posts

    72
  • Joined

  • Last visited

Everything posted by H5N1

  1. You should make option in server.conf to allow custom skins in gta3.img. It's really hurting servers that are not DM (for example race, RP, RPG).
  2. I'm trying to make something similar to GTA V radar. Anyone knows how to make look from another perspective for render target like here?
  3. Tak. Radziłbym dać sobie spokój z RP bo to zdecydowanie przesycony rynek i brnąć w coś innego. Najlepiej popatrz na top20 popularnych serwerów i rób coś w ten deseń.
  4. https://community.multitheftauto.com/index.php?p= ... ls&id=8740 Stolen PNGs from my server (devgaming Role Play). Proof (PSD file screenshot): http://gyazo.com/f616d40762fdfed5bbe663b580194b6e
  5. Is it posible to set ped animation from hot coffe? I heard sa-mp allows it so animation files need to be inside original SA files.
  6. Hello, anybody knows how to get LOD object ID when you know ID of normal object? It would be nice if it will be serverside, but clientside is also acceptable.
  7. I don't think it will help, but it's not a secret to not posting it. How it looks: http://i.imagebanana.com/img/9nd2gzg8/g ... 311664.png You can see on radar that I'm on 0,0,0 position (my script sets it while spectating) and player which is spectated by me is in another place. Serverside: http://pastebin.com/v68KnHqw Clientside: http://pastebin.com/GBT9mrEd
  8. Hello, few days ago I made spectator script for admins on my gaming server, but several minutes later it's buggig. What is the problem? When my script set camera on player by clientside setCameraTarget it doesn't stream game objects, only their LODs. If player wants to get this problem solved, he must restart his MTA client. It's very annoying for my crew and I don't how to repair it.
  9. H5N1

    Disabled CJ run

    Different ped models have different walking style. For example man from grove street walks differently from rich woman. You can test those walking styles in samp, but it set they as default without function for developers.
  10. H5N1

    Disabled CJ run

    But that's not the point...
  11. H5N1

    Disabled CJ run

    But it only set control, not walking style. Additionally, it's a little pain in the ass when you make bigger gamemode.
  12. H5N1

    Disabled CJ run

    How to disable CJ run for player? Is it even possibile? If yes, then how?
  13. Oh... I check state 2 by calculating distance 3D between object and player. But you dont understand, for every model distance when object is streamed in, is different! I need to check this value somehow.
  14. Hello, I have problem that I can't solve. My script creates about 100 objects near player and I need to check 3 states of each object. 1st state - Object is streamed in and visible (loaded) 2nd state - Object is streamed in (in range) but is not visible and is still loading 3rd state - Object is too far away to load/stream But I have problem to calculate second state, because some objects stream in about 100 units, and other in about 400. Can anyone help me how to check draw distance for each model?
  15. dxDrawText with onClientRender for nearest players. The easiest way to do this is using setElementData on server and getElementData on client.
  16. https://community.multitheftauto.com/index.php?p= ... ls&id=4321 Map without permission of author.
  17. Map without owners (My friend) permission https://community.multitheftauto.com/index.php?p= ... ls&id=4078
  18. H5N1

    Gaussian blur

    Hello. My problem is gaussian blur, I'm trying to make gaussian blur effect in MTA. My problem is .fx script, I used blurV.fx and blurH.fx from bloom script, but it doesn't work how I want. The same is with motion blur .fx and setting angle to 0. So, anybody knows how to script .fx script to make gaussian blur on material?
  19. I can send you some of my scripts that I dont use anymore . I made new speedometer ( - original have better font), new ghostmode system (like on SKC server, you can turn on or turn off ghost mode), modifited trafic sensor, nicknames with current player position, slipstream script. Some of them have many debug outputchatboxes. Additionally, I had started new delay indicator ( http://img6.imagebanana.com/img/dbvnfhkn/gap.jpg ) but I didn't finish it. Send me private message if you want it.
  20. H5N1

    Mysql table

    That would be better: for k,v in ipairs(result) do v["lx"] etc... end
  21. H5N1

    local gui = {};

    doesn't matter if it was not inside any function but if it was inside function and you want use it from another function you will have to make it global That's what I'm talking about
  22. H5N1

    local gui = {};

    Your table gui = {} is local. When you use it outside this function, it wont work.
  23. But, how can I get latest insert UID? For example, when I create, a create and it have UID (auto increnment), how can I get that UID? In plugin I used insert_id function.
×
×
  • Create New...