HunT Posted October 2, 2011 Share Posted October 2, 2011 Hi All. I need help for made the custom blips Radar for admins and clans . . . but i'm confuse 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 Why??? Tnx for support. Link to comment
bandi94 Posted October 2, 2011 Share Posted October 2, 2011 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
HunT Posted October 2, 2011 Author Share Posted October 2, 2011 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 with this in editor_gui But onPlayerSpawn show this Why?? 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