Mark0 Posted November 14, 2012 Share Posted November 14, 2012 What's Wrong ?? function createCustomBlips() blip = exports.customblips:createCustomBlip(x, y, 20, 20, "icon.png" ) exports.customblips:setCustomBlipStreamRadius(blip, 120) end addEventHandler("onClientResourceStart", root, createCustomBlips) Link to comment
DiSaMe Posted November 14, 2012 Share Posted November 14, 2012 Where are x and y defined? Link to comment
Mark0 Posted November 14, 2012 Author Share Posted November 14, 2012 i just write X,y here but in the script i wrike the positions but it's not work 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