Monty Posted April 21, 2012 Share Posted April 21, 2012 is there a script to chage the radar icons (https://wiki.multitheftauto.com/wiki/Radar_Blips) with mines? Link to comment
TAPL Posted April 21, 2012 Share Posted April 21, 2012 https://community.multitheftauto.com/index.php?p= ... ils&id=960 https://wiki.multitheftauto.com/wiki/Res ... ustomblips Link to comment
Monty Posted April 23, 2012 Author Share Posted April 23, 2012 i need a script to chage the image of the blip not to place them on map Link to comment
Smart. Posted April 23, 2012 Share Posted April 23, 2012 To place a blip on the map from the begging you have to script it (?) That resource he gave you is basically the same as createBlip just that you need to use the export function exports.customblips:createCustomBlip ( 0,0, 20, 20, "icon.png" ) Link to comment
Monty Posted April 25, 2012 Author Share Posted April 25, 2012 is it correct? createBlip ( 193.248, 1890.01, 17.234, "icon.png" ) Link to comment
Axel Posted April 25, 2012 Share Posted April 25, 2012 No, you must use: exports.customblips:createCustomBlip ( x, y, sizex, sizey, "icon.png" ) , in your exemple : exports.customblips:createCustomBlip ( 193.248, 1890.01, 20, 20, "icon.png" ) Note: the customblips ressource must be started before the script that contains this. 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