Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. i think its not possible, as GTA is replacing this object after some mission, but from mta we cant change internal gta objects..
  2. dzek (varez)

    PHP Query

    check my reply in this post, ignore 1st post.
  3. try to downgrade if this started to occur after upgrading..
  4. dzek (varez)

    Helpppppp?

    you need to leave it open for 24 h to make it visible.
  5. looks fine, now add team checking (use functions i gave you)
  6. dzek (varez)

    PHP Query

    viewtopic.php?f=91&t=29793
  7. post your current script, read about debugging on wiki https://wiki.multitheftauto.com/wiki/Debugging
  8. check out zombies resource - it have a lot.
  9. yup, but these are models. txd = texture. you can only retexture existing model. i dont care tbh
  10. Looks like it's just outdated (strange, query string didn't changed, probably response handling is different). And PHP 4 doesn't support OOP, so it actually work only for PHP5 Solution: http://callofdutystats.net/
  11. https://wiki.multitheftauto.com/wiki/AddEventHandler https://wiki.multitheftauto.com/wiki/OnClientPedDamage (check weapon, then attacker team) https://wiki.multitheftauto.com/wiki/GetPlayerTeam https://wiki.multitheftauto.com/wiki/GetTeamName if it pass all conditions: https://wiki.multitheftauto.com/wiki/SetPedAnimation (if you want it synced you have to do animation server-side: triggerServerEvent and addEvent and of course addEventHandler)
  12. viewtopic.php?f=91&t=29209&p=321733&hilit=findPlayerByName#p321698
  13. dzek (varez)

    MTA Crashes

    list all your specs pls. when your pc is getting halted - you have to reset it with reset button?
  14. dzek (varez)

    Hi!

    Not playing MTA anymore. Well, I was playing for like 7 months (and having own server for 6 months, scripting & mapping mostly on my own) but then something f-ed up in my life, so i stopped caring about it, then i shut it down, stopped playing. Well, actually I'm not playing games often since I hit around 18. Just roaming around the forums (i like helping ppl) and sometimes scripting something (for somebody, or just fixing my old scripts to upload to community, or even writing own gamemode) - just because i like it, not because i want to use it Maybe I'll return to playing when I got bored, but it enough for me to being with community
  15. both of you seems to have same writing-style Sam: TXD must match/be compatibile with the DFF. So you can use TXD with only few peds. Peds downloaded from somewhere are using custom DFF (which you can't replace) - so your TXD won't work on any ped anyway.
  16. dzek (varez)

    MTA Crashes

    first - try some advices from another topic from this forum (like installing directx, video drivers, removing d3d9.dll), also read known issues idk the proper solution so the best way is to try them all also - tell us your OS
  17. omg, this will add new infinite-times timer every 200ms this is better and wont kill the server: funcion lights () for i,v in pairs (getElementsByType("vehicle") do setVehicleHeadLightColor (v, math.random(0,255), math.random(0,255), math.random(0,255)) end end function startTimer() setTimer ( lights, 200, 0 ) end addEventHandler ("onResourceStart", root, startTimer)
  18. you can't replace dff for peds (yet). if your mod needs dff and txd - it won't work
  19. castillo.com - domain for sale radioulti.net - not working
  20. everything that violates copyright in my opinion. car mods. stolen resources (with copyright ripped off). "translated" resources (with original author ripped off).
×
×
  • Create New...