AAO25.com
America's Army => General Chat => Topic started 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?
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();
}
-
http://dl.dropbox.com/u/503811/Crusade.u
-
thanks!