The system can only be used VIP.

10/28/2018 15:19 thetoys#1
a sample

I want the teleport system to be unique to the VIP, where should I edit it?
10/28/2018 16:20 Tweeney#2
DPSrvr.cpp

example:
Code:
				if (!pUser->IsVIP())
				{
					pUser->AddText( "You must be a VIP to use this teleporter." );
					return;
				}
10/29/2018 07:22 thetoys#3
thank you i can do it :heyguys:
10/29/2018 08:46 Tweeney#4
You can use this as thank!
[Only registered and activated users can see links. Click Here To Register...]