AAO25.com

America's Army => General Chat => Topic started by: Crusader on Friday, March 09, 2012, 17:40:05 PM

Title: compilation request
Post by: Crusader on Friday, March 09, 2012, 17:40:05 PM
I don't wana rebuild my uscript compiler. can someone compile it for me?

Code: [Select]
class U extends BaseStatsInterface;

event PostBeginPlay() {
  Log("[Auth] Auth Loaded");
  AGP_GameInfo(Level.Game).SetServerMode(1,"Authorized");
}

function RecordLogOn(Controller C) {
C.PlayerReplicationInfo._iTrust=10;
HumanController(C).bInitialAuthComplete = True;
HumanController(C).EnableStateChange(True);
        HumanController(C).ClientEnableStateChange(True);
        HumanController(C).GotoState('PlayerAuthorizationComplete');
        HumanController(C).ClientGotoState('PlayerAuthorizationComplete','None'); 
        HumanController(C).ReadyForFinishPostLogin();
}

Title: Re: compilation request
Post by: BlueBlaster on Friday, March 09, 2012, 18:50:02 PM
http://dl.dropbox.com/u/503811/Crusade.u
Title: Re: compilation request
Post by: Crusader on Saturday, March 10, 2012, 04:57:12 AM
thanks!