Jump to content

تعديل على كود


Mohamed

Recommended Posts

اسلام عليكم شباب

تجي ايقون blipI ابي اعدل على هذا الكود ابي في مكان تجي

  
local blips = {} 
local blipSize = 1 
local blipDist = 65535 
local blipID = 59 
  
function makeBlip(plr) 
if (not isElement(plr)) then return false end 
if (not blips[plr]) then 
local blip = createBlipAttachedTo(plr, blipID, blipSize, 0, 0, 0, 255, 0, blipDist) 
blips[plr] = blip 
end 
end 
  
  

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...