This script is an Uber Checker it will check if the Player thats entring your mod is an uber if his not he will be Jailed if you whant him/her booted edit the script in Aurora toolset and scroll down too line
38. take off the "//" front of "BootPC(oPC);" you can allsow change that script to an Anti uber script youst change the "<=" too "=>" immport this script to your module and clik on edit then module properties then when your in clik on the "Script tab" look for "OnClientEnter" put in the script and your ready to beggin! ENJOY ZACH!
ENJOY ZACH!
PROBLEMS? CONTACT ME ON EMAIL: [email protected] or msn : [email protected].
This script is an Uber Checker it will check if the Player thats entring your mod is an uber if his not he will be Jailed if you whant him/her booted edit the script in Aurora toolset and scroll down too line
38. take off the "//" front of "BootPC(oPC);" you can allsow change that script to an Anti uber script youst change the "<=" too "=>" immport this script to your module and clik on edit then module properties then when your in clik on the "Script tab" look for "OnClientEnter" put in the script and your ready to beggin! ENJOY ZACH!
PROBLEMS? CONTACT ME ON EMAIL: [email protected] or msn : [email protected].
IMPORTANT!:
i'm sure that many dozent now what uber is: sow am gona explain wy the script Jail/Boot your character, an Uber got atlast 15320 HP , 255 strenght 255 Dexterity bla bla. but an leggit dont got some much hp or AbilityScorethe scriptn will look ower your char and if it dont got sow much HP&AbilityScore it will jail/Boot you.
(BTW!)
I took some things in the script like:
string oNa = GetName(oPC);
if(GetStringLength(oNa) < 3)
{
wow = 1;
oReason(oPC,"Name Must Be Min 3 Letters");
and
else if(GetCreatureSize(oPC) > 3)
{
wow = 1;
oReason(oPC,"Fat Ass ur not welcome here!");
youst delete them if you dont like em, and that can Be one reason wy the script keeps going jailing/Boting you =)