abod99119911 Posted August 10, 2014 Share Posted August 10, 2014 hi guyz i check the wiki and i like to do bilibon admin so the player will know that is admin function setupRandomRobber () local myPlayer = getRandomPlayer () local myBlip = createBlipAttachedTo ( admin, 23 ) end local myBlip = createBlipAttachedTo ( admin, 23 ) is it correct to add ( admin, 23 ) or there is another work? Link to comment
Anubhav Posted August 10, 2014 Share Posted August 10, 2014 function setupRandomRobber () local myPlayer = getRandomPlayer () local myBlip = createBlipAttachedTo ( myPlayer, 23 ) end Link to comment
abod99119911 Posted August 10, 2014 Author Share Posted August 10, 2014 function setupRandomRobber () local myPlayer = getRandomPlayer () local myBlip = createBlipAttachedTo ( myPlayer, 23 ) end but i want the blip only attached to admins ? Link to comment
Et-win Posted August 10, 2014 Share Posted August 10, 2014 getElementsByType("player") isObjectInACLGroup createBlipAttachedTo Link to comment
abod99119911 Posted August 10, 2014 Author Share Posted August 10, 2014 getElementsByType("player") isObjectInACLGroup createBlipAttachedTo thx very much 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