UnKnownGuy Posted September 7, 2016 Share Posted September 7, 2016 Hello Everybody. I wanna know how to give a VIP for just 1 member and he can be able to use the Jetpack and laser Thanks. Link to comment
Gravestone Posted September 7, 2016 Share Posted September 7, 2016 You need to check whether the player is VIP and then allow these stuff for him. Use isObjectInACLGroup to check whether he is VIP or not. Link to comment
EstrategiaGTA Posted September 7, 2016 Share Posted September 7, 2016 What VIP system are you using? Link to comment
UnKnownGuy Posted September 7, 2016 Author Share Posted September 7, 2016 Just now, Gravestone said: You need to check whether the player is VIP and then allow these stuff for him. Use isObjectInACLGroup to check whether he is VIP or not. I don't mean that I mean how to give him "ALONE" the ability to use Jetpack and laser Just now, EstrategiaGTA said: What VIP system are you using? I wanna good VIP system Link to comment
Gravestone Posted September 7, 2016 Share Posted September 7, 2016 If he's the only one in the VIP acl group, then yeah, he'll be the "ALONE" with the ability to use Jetpack and laser. Link to comment
UnKnownGuy Posted September 7, 2016 Author Share Posted September 7, 2016 How can I make VIP all group to be have the ability for the group to use the Jetpack and laser "ALONE" Link to comment
EstrategiaGTA Posted September 7, 2016 Share Posted September 7, 2016 This VIP system looks fine. Use this exported function to check if the player is VIP/donator: if exports.vip_system:isPlayerDonator(player) then --if he's a VIP then do... --your code. end 1 Link to comment
Gravestone Posted September 8, 2016 Share Posted September 8, 2016 15 hours ago, UnKnownGuy said: How can I make VIP all group to be have the ability for the group to use the Jetpack and laser "ALONE" Start from: https://wiki.multitheftauto.com/wiki/Main_Page 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