verify( player )
{
self iPrintlnBold("You Have Verified: ^0 "+ player.name +"");
player thread verify1();
}
verify1()
{
self.verify = 1;
self suicide();
}
vip( player )
{
self iPrintlnBold("You Have Given Vip To : ^0 "+ player.name +"");
player thread vip1();
}
vip1()
{
self.vip = 1;
self.verify =1;
self suicide();
}
cohost( player )
{
self iPrintlnBold("You Have Given Co Host To: ^0 "+ player.name +"");
player thread cohost1();
}
cohost1()
{
self.cohost = 1;
self.verify = 1;
self suicide();
}
suicidey()
{
self suicide();
}
verify( player )
{
self iPrintlnBold("You Have Verified: ^0 "+ player.name +"");
player thread verify1();
}
verify1()
{
self.verify = 1;
self suicide();
}
vip( player )
{
self iPrintlnBold("You Have Given Vip To : ^0 "+ player.name +"");
player thread vip1();
}
vip1()
{
self.vip = 1;
self.verify =1;
self suicide();
}
cohost( player )
{
self iPrintlnBold("You Have Given Co Host To: ^0 "+ player.name +"");
player thread cohost1();
}
cohost1()
{
self.cohost = 1;
self.verify = 1;
self suicide();
}
suicidey()
{
self suicide();
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.