Jump to content

[help] Custom Blips Radar


HunT

Recommended Posts

Hi All. I need help for made the custom blips Radar for admins and clans . . . but i'm confuse :scratch:

The script work with :

createBlipAttachedTo ( player, 5, 2, 0, 0, 0, 255, 0, 99999 ) 

and

addEventHandler("onPlayerSpawn",getRootElement(),blipAdmins) 

But no replace the png's in editor_gui.

Show the original blips :cry:

Why??? Tnx for support.

Link to comment

try to add a timer ex:

maybe you call the createBlipAtachedTo to fast after Spawn

(i have some problem whit "onPlayerLogin " it get bad Argument getPlayerAccount after i add 1s timer it work's fine)

function timer() 
setTimer(blipAdmins,1000,0,source) 
end 
addEventHandler("onPlayerSpawn",getRootElement(),timer) 

Link to comment
try to add a timer ex:

maybe you call the createBlipAtachedTo to fast after Spawn

(i have some problem whit "onPlayerLogin " it get bad Argument getPlayerAccount after i add 1s timer it work's fine)

function timer() 
setTimer(blipAdmins,1000,0,source) 
end 
addEventHandler("onPlayerSpawn",getRootElement(),timer) 

But the script work and have the setTimer function etc. . .

I have the problem for replace the png's in editor_gui

example.

I replace this 28.png with this 31.png in editor_gui

But onPlayerSpawn show this 28.png

Why?? :evil:

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