Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. try downloading this: http://code.google.com/p/mtasa-resources/downloads/list and replacing your current admin resource.
  2. you cant manipulate sound pitch/frequency - so it's useless to make such things.
  3. post line with this object
  4. it's rather problem with client than server. reinstall client to new folder.
  5. No. We don't support using hard job of MTA makers to amuse SAMP players.
  6. i dont think fixing this bug would be much time consuming..
  7. and where are you creating object you like to move? i dont see any createObject in this script.
  8. i didnt know about float ID bug, lol.. this is giving a lot possibilities (a.k.a. bugs) with other scripts i think
  9. Yup, no offence MI550, but if you don't know even the basics - don't try to help - you are misleading people..
  10. i dont see any "getElementsByType" in your script. post whole script.
  11. what this means ? if checkpoint == checkpoint (1) then whatever this is - it will never be true
  12. i think this would cause some problems with sync - like, player left his car on some ramp on dimension 0, then get teleported to dimension 1 - car falls (as player is still syncing that car - afair player is syncing objects when they are near, never mind the dimension) - and when player get back to dimension 0 - car is inside ramp or whatever..
  13. is server console showing any errors? type "start play" in server console. you can download mta original resources here: http://code.google.com/p/mtasa-resources/downloads/list
  14. make it server side, not client side
  15. better wiki than here. putting this in useful functions (NOT in client/server function list as these aren't build-in functions) won't hurt so much
  16. i think you will need to (via scripting) getElementsByType then just loop through dimensions and createObject. i suggest NOT to use on ALL dimensions (~65 535) -> you will hit maximum object count limit..
  17. dzek (varez)

    Radar

    you will have to disable radar and create your own with dx functions.. probably possible but not easy.. - you will need to redraw map, make this getting smaller on high speed, handle blips (server and client side), etc etc
  18. if you mean only to set camera mode from defaults gta modes - this will be possible in 1.1
  19. how somebody can login to other name when this is not possible with solid's login script? /login command? block this in acl then, should be possible.
  20. maybe you edit contents of %MTA%\mods\deathmatch\resources\freeroam instead of %MTA\server\mods\deathmatch\resources\freeroam and if you are modifying the server - remove zip file of freeroam, leave only unpacked folder - not sure which one server chooses when they are both existing
  21. that explains everything, thanks!
  22. so: 1. learn basics of scripting 2. find here an event when player is picking up a race pickup 3. check how your resource is enabling/disabling ghost mode 4. when event from point 2 will be triggered - check vehicle model - if this will be hunter id - disable ghostmode
  23. open race resource and search in lua files for "score", you will find somewhere lines that are adding these thing to scoreboard - remove them.
  24. You are new so: we are not fulfilling requests, we are here to help people. You have to learn scripting - if you have some code and get stuck - we will help you. If you are too lazy to learn - then offer some money - MAYBE somebody will be interested.
×
×
  • Create New...