abod99119911 Posted August 10, 2014 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?
Anubhav Posted August 10, 2014 Posted August 10, 2014 function setupRandomRobber () local myPlayer = getRandomPlayer () local myBlip = createBlipAttachedTo ( myPlayer, 23 ) end
abod99119911 Posted August 10, 2014 Author Posted August 10, 2014 function setupRandomRobber () local myPlayer = getRandomPlayer () local myBlip = createBlipAttachedTo ( myPlayer, 23 ) end but i want the blip only attached to admins ?
Et-win Posted August 10, 2014 Posted August 10, 2014 getElementsByType("player") isObjectInACLGroup createBlipAttachedTo
abod99119911 Posted August 10, 2014 Author Posted August 10, 2014 getElementsByType("player") isObjectInACLGroup createBlipAttachedTo thx very much
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