Here one example:
Code:
class UTMWeap_CustomWeapon extends UTBeamWeapon; ///... /** * Draw the Crosshairs */ simulated function DrawWeaponCrosshair( Hud HUD ) { ... H.Canvas.SetPos(35,280);//just add this H.Canvas.DrawText("Name ");//just add this ... }
Leave a comment: