Jump to content

[HELP]Blip


DiGiTal

Recommended Posts

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

Link to comment
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?

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...