I’m trying to make the blips for esx_atms smaller but dont know how. Above the blip ID it says, “Config.ZDiff” I tried changing this and nothing happened.
Look in the client script, the line you want will look something like:
SetBlipScale(blip, scale)
Change the numeric variable to be something smaller. It’s a ‘float’ variable, so it needs to be like 1.5 or 0.6 etc, with the decimal point. 1.0 is “normal” size, so you will want something less. I use 0.5 and 0,6 for most of the blips on my server so things do not get cluttered.
Take some time to look at the documentation for these natives, there’s a lot of cool things you can do with blips.
What if it says, “SetBlipScale (blip, v.Size)”
Do I just need to type the scale where it says size?
Yes.
Or change it in the config because I think thats where it is.
Right. That’s why I told the OP that the statement that needed changing would look similar to the one I posted.
Yeah, sorry, that’s a variable established in the config file, so you’ll have to change it there or you’ll break the loop. I didn’t think about that. I don’t use esx_atm, I was going off poor memory. My bad.
To be fair, I dont use it either. I just run under the assumption that anything esx has a config that generally contains stuff.
It’s been a year or two since I last looked at anything esx.
You were right though, people just need to cross check natives and the docs. But eaiser to ask then look I suppose.
Of course. But I try to answer when I know. It’s good karma building. Hopefully when I ask something I don’t know, it’ll pay off. I’ll be asking more in the future, I have a list.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.