JasperNL=D Posted April 17, 2009 Share Posted April 17, 2009 Hi, my question likes stupid, but the MTA wiki can't help me:'( i want a carblip at our car shops, but what must i type. Whats the line what i must type at server.lua? I hope you konw what i means... Greetings, JasperNL=D Link to comment
Slothman Posted April 17, 2009 Share Posted April 17, 2009 http://development.mtasa.com/index.php?title=CreateBlip (moved topic to sripting section, cause this is a script question.) Link to comment
JasperNL=D Posted April 17, 2009 Author Share Posted April 17, 2009 I know, but what must I type at server.lua? i've seen that page alot... but it can't help me realy... Link to comment
Slothman Posted April 17, 2009 Share Posted April 17, 2009 if you scroll down to where it says example, youll see how its supposed to go myBlip = createBlip ( x, y, z, 51, 0, 0, 0, 255, myPlayer ) just replace x, y, z with the coords of where you want the blip. Link to comment
JasperNL=D Posted April 17, 2009 Author Share Posted April 17, 2009 AHAA, myBlip = createBlip ( x, y, z, 51, 0, 0, 0, 255, myPlayer ), with myblip let me try Link to comment
Slothman Posted April 17, 2009 Share Posted April 17, 2009 you can also erase the "myplayer" part, cause its not needed if you want everyone to see the blip. Link to comment
JasperNL=D Posted April 17, 2009 Author Share Posted April 17, 2009 oh, but everybody must see the blip ^^ Link to comment
Thehookerkiller01 Posted April 18, 2009 Share Posted April 18, 2009 oh, but everybody must see the blip ^^ Then do: myBlip = createBlip ( x, y, z, 51, 0, 0, 0, 255 ) Link to comment
JasperNL=D Posted April 18, 2009 Author Share Posted April 18, 2009 it works, so i don't do anything with it, because else it maybe don't work The topic could be closed moderator thanks for help guys Link to comment
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