Jump to content

Bonsai

Members
  • Posts

    1,031
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Bonsai

  1. Bonsai

    Will pay

    Provide some more information about what exactly you want. About features and design e.g. So everyone who checks this topic is able to see if he is able to do this right away. Also they can estimate how much time this is gonna take.
  2. Use the search function. Someone asked for this some time ago and I remember it was solved.
  3. You could just go through all objects and set their dimension.
  4. Ohh, that kinda radar. Its actually not too hard to do that.
  5. Also, if I'm not wrong, a lot of older resources and maps will stop working as soon as this takes effect.
  6. Yeah, would have been awesome. But I hardly thing something like this or any other major suggestion will make it into MTA before the development is stopped, which apparently doesn't seem to be that far away.
  7. Just wondering, what do you mean by 3D Radar?
  8. string.find returns the position if there is a match, just check if its 1,1.
  9. I made some changes, just to keep this topic updated. Please right click and open the images in another window in order to see any part of it since I have no idea how to resize image on this forum. Bonsai
  10. I'm not sure, but I have seen the Chat being really laggy on certain servers because of blocked traffic. I don't know how their scripts look like but triggerLatentClientEvent got this written down in wiki: "...other network traffic is not blocked while the data is being transferred." Maybe you should try that.
  11. Bonsai

    Gang add

    Why do Lua tags not work? So hard to read the code like this.
  12. It should output some error so you can see which right is missing.
  13. I'm not using Skype, but as I said up you can contact me by pm.
  14. Bonsai

    stopResource

    Image this was possible. Every map could f uck up the whole server.
  15. Bonsai

    Pickups

    Alright, solved this. I was creating them client side, but seems they only work correctly server side.
  16. Maybe your setCameraMatrix is wrong, try without.
  17. According to the wiki all you need is: setVehicleHandling ( element theVehicle, true ) -- Reset all properties to GTA default value Try to use Event OnPlayerVehicleEnter for that.
  18. Well, you are not really asking for help, you are asking someone to do it for you as it seems. This board is supposed to provide you help with scripting problems. So if you want such features you will have to do it on your own. And as soon as you are stuck with something you can come here to ask for help. If you don't have much or any scripting experience forget about the percentage thing. Go for vehicle color. You will have to make a function that gets the players team, then the color of that team and after that it changes the vehicle color to the teams color.
  19. If you use a custom resource loading system couldn't you just pretend its at the first position? Actually you wouldn't even have to add it to any map then. Just noticed that other topic about cancel outputChatBox was made by you
  20. Why is the position of those nodes important? Just wondering. Are you sure its because of some conversion? Have u tried to convert it back in Notepad and check if it works? Maybe there is just some syntax error.
  21. Bonsai

    Pickups

    Hey Peeps, I have a little problem with pickups in a deathmatch mode.. I create them using createPickup and they are shown in the map, but nothing happens if someone walks through them. Do I have to add to handle the pickup hit myself? I always thought unlike for race pickups, this is done automatically. Bonsai
  22. I don't know any other way than overriding. You could create a small script that does this and use some tool to copy it into every resource + some function that goes through all resources and adds it to meta.
  23. Yeee I get that, it works like that for my password windows.
×
×
  • Create New...