The Unreal Admins Page - Forums

The Unreal Admins Page - Forums (https://unrealadmin.org/forums/index.php)
-   Server Admins Open Forum (https://unrealadmin.org/forums/forumdisplay.php?f=74)
-   -   UTPure + Zoom special (https://unrealadmin.org/forums/showthread.php?t=28997)

Letylove49 7th February, 2009 12:14 AM

UTPure + Zoom special
 
Quote:

simulated event PostNetBeginPlay()
{
local HudMutator crosshair;
local PlayerPawn HUDOwner;

Super.PostNetBeginPlay();

// If owner is the local player, check that the HUD Mutator exists. Also check for the presense of a bbPlayer (UTPure enabled)
HUDOwner = PlayerPawn(Owner);
if (HUDOwner != None && HUDOwner.IsA('bbPlayer') && HUDOwner.myHUD != None)
{
ForEach AllActors(Class'HudMutator', crosshair)
break;
if (crosshair == None)
{
crosshair = Spawn(Class'HudMutator', Owner);
crosshair.RegisterHUDMutator();
crosshair.HUDOwner = HUDOwner;
}
}
}

il faut mettre sa ou ? avant ou apres dans le fichier.uc ?
ou doige coller ça dans un autre fichier ? ou dans plusieurs fichiers ?
car ça be marche pas...


je voudrai modifier ces fichiers la

mac10
BunyDuster2
BoomDarts
BigchainGun
ApplesRebelMac
put his or? before or after in the file.uc?
or do I paste it in another file? or in several files?

I have try but tha don't work

I want to change these files the
mac10
BunyDuster2
BoomDarts
BigchainGun
ApplesRebelMac

Letylove49 6th June, 2009 09:07 PM

j'ai reussi a faire accepter le zoom de mon arme a Pure mais maitenant les recharges sont déformée..

Letylove49 6th June, 2009 09:08 PM

I managed to get the zoom of my gun with UTPure but now have a refills are distorted ..


All times are GMT +1. The time now is 09:05 PM.

 


All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.