DiGiTal Posted June 28, 2017 Posted June 28, 2017 I got a PNG imgaes a small dotsI want to add them to the PD system like if somebody is driving a car or soit shows that dot on the mapand if he moves it's still showinglike where he is?, the client side, is only for gui (i think) function setblip ( thePlayer ) local player = getPedOccupiedVehicle ( thePlayer ) if isPedInVehicle ( player ) then createBlipAttachedTo ( player, 52 ) end end
Dimos7 Posted June 28, 2017 Posted June 28, 2017 function setblip ( thePlayer ) local player = getPedOccupiedVehicle ( thePlayer ) if isPedInVehicle (thePlayer) then createBlipAttachedTo (thePlayer, 52 ) end end
mgdmgd Posted June 28, 2017 Posted June 28, 2017 19 minutes ago, Dimos7 said: function setblip ( thePlayer ) local player = getPedOccupiedVehicle ( thePlayer ) if isPedInVehicle (thePlayer) then createBlipAttachedTo (thePlayer, 52 ) end end you gave him the same script uhhh?
Dimos7 Posted June 28, 2017 Posted June 28, 2017 tell what exacly you want only dot and the png i didn't say jmutch for help you
DiGiTal Posted June 28, 2017 Author Posted June 28, 2017 how i can attach a icon on (files/icon1.png(added on meta) on the map ,createBlipAttachedTo (thePlayer, """52""") i <want to export images.
!#NssoR_) Posted June 29, 2017 Posted June 29, 2017 (edited) https://community.multitheftauto.com/index.php?p=resources&s=details&id=960 This wiki page's related to customBlip resource: https://wiki.multitheftauto.com/wiki/Resource:Customblips Edited June 29, 2017 by !#NssoR_) Add the wiki link.
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