AinsLord Posted September 17, 2018 Posted September 17, 2018 so wanna try this i was thinking if this script farming zone can only be access by VIP players Thnx in advance Quote
1 xyxzero Posted September 18, 2018 Posted September 18, 2018 (edited) 6 hours ago, AinsLord said: so wanna try this i was thinking if this script farming zone can only be access by VIP players Thnx in advance I reckon that by "VIP" status means that you have your set of players have another groupID right? correct me if i'm wrong. Edit your VIP level on groups.conf then try adding this inside emistry's code if ( getgmlevel() < group_id_of_vip ) end; Edited September 18, 2018 by xyxzero 1 Quote
1 Emistry Posted October 23, 2018 Posted October 23, 2018 if (!vip_status(VIP_STATUS_ACTIVE)) { mes "you're not vip."; close; } add this condition checking to your npc when player talk to it. Quote
Question
AinsLord
so wanna try this
i was thinking if this script farming zone can only be access by VIP players
Thnx in advance
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.