Captain Cody Posted September 10, 2014 Posted September 10, 2014 How can I make it so you can only see this blip from a little bit away? local blip = createBlip ( 89.8653, -269.70767, 1.278, 58 )
Moderators IIYAMA Posted September 10, 2014 Moderators Posted September 10, 2014 blip createBlip ( float x, float y, float z [, int icon = 0, int size = 2, int r = 255, int g = 0, int b = 0, int a = 255, int ordering = 0,[color=#00FF00] float visibleDistance = 99999.0[/color], visibleTo = getRootElement( ) ] ) https://wiki.multitheftauto.com/wiki/CreateBlip Do you want to improve your Lua programming skills and make less mistakes? Start with Lua Language Server! Useful functions 3x Spoiler checkPassiveTimer getScreenStartPositionFromBox getPedGender Tutorials 4x Spoiler Scaling DX Events Attach an addEventHandler on a group of elements Debugging
darhal Posted September 10, 2014 Posted September 10, 2014 use the 11th argument of the function but.u should supply all the argument before the 11th one ! #include <iostream> int main() { std::cout << "C++ is amazing <3" << std::endl; return 0; } I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please
Captain Cody Posted September 10, 2014 Author Posted September 10, 2014 Ummmmmmm How would I set it so you can only veiw it from like a few hundred feet away
Anubhav Posted September 10, 2014 Posted September 10, 2014 Ummmmmmm How would I set it so you can only veiw it from like a few hundred feet away setBlipVisibleDistance See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now