Jump to content

Tekken

Members
  • Posts

    1,423
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Tekken

  1. It's hard to explain, but, Ped spawn points are stored in *.map files on a player reach certain request's the client ask server to spawn a ped in certain spawnpoints, from the *.map files.
  2. Thank's but I found a beter way.
  3. HI, I have a DayZ server and I want to make a new zombie spawn system the current one is like this: 5 secounds > check if player is around objects > if not spawn ped 8-20m distance and 1-3m altitude. So I want to make a spawn table and when server start to spawn peds from the table, but this will make big lag, a few days ago i've seen on a server that they calculate ped on client and sync them with server. My question is how to do it?
  4. The problem here is because we don't know how to use those *.vtf files.
  5. It's white because aren't loaded correctly.
  6. I downloaded a vtf plugin for gimp I am not stupid, but didn't work...
  7. Hi, I have a DayZ Server and I have 10 different M4's, so I want to make for eatch M4 different "maximum_clip_ammo", but I need to make death client side, and as far as I see on wiki I can't with: setWeaponProperty("m4", "poor", "maximum_clip_ammo", 20); Is there other way?
  8. I use gimp but keep saying File signature does not match 'VTF'.
  9. Actually I used guiCreateStaticImage.
  10. Now should be fixed, download from main page and import you'r datadase.db (first make a backup just in case).
  11. How can I do that? SLOVED
  12. Ok thanks, I thought is a function, by the way, it should be.
  13. Is there any way?
  14. Fixed* Thanks for report.
  15. I like it keep it up.
  16. You have a table with vehicleAddonsInfo {422, --[[Car ID]] 4, --[[Car Tires]] 1, --[[Car Engines]] 1}, --[[Car Tank Parts]]
  17. What guiSetSize really do ? Can someone explain ?
  18. Tekken

    HELP | Shaders

    What do you mean by "*" ? EDIT: Thank you so much It worked.
  19. Tekken

    HELP | Shaders

    The same...
  20. Tekken

    HELP | Shaders

    Still the same..., maybe i did it wrong.Can you give me an example ?
  21. Tekken

    HELP | Shaders

    No one ?
  22. Tekken

    HELP | Shaders

    Bump.
  23. Hi, Today I created a shader using engineApplyShaderToWorldTexture. Sript: addEventHandler('onClientResourceStart', resourceRoot, function() shader = dxCreateShader('shader.fx') terrain = dxCreateTexture('img/1.jpg') dxSetShaderValue(shader, 'gTexture', terrain) engineApplyShaderToWorldTexture(shader, 'des_ripplsand') end) Shader.fx: texture gTexture; technique TexReplace { pass P0 { Texture[0] = gTexture; } } But I have a problem the draw distance is too low as you can see here: Do you know how to fix that?
  24. Thanks
  25. How to deactivate the text that appear on screen when you join a new city?
×
×
  • Create New...