a sample
I want the teleport system to be unique to the VIP, where should I edit it?
I want the teleport system to be unique to the VIP, where should I edit it?
if (!pUser->IsVIP())
{
pUser->AddText( "You must be a VIP to use this teleporter." );
return;
}