Einzelnen Beitrag anzeigen
  #4  
Alt 29-10-2003, 08:28
Saroc Saroc ist offline
90's-Gamer

 
Registriert seit: May 2002
Ort: Berlin
Beiträge: 5.665
Saroc hat noch keine Bewertung oder ist auf 0
OL Nick: Saroc
Style: cncboard
Zu:

1: Leider keine Ahnung, wie meinst du das denn genau?
2: Selectable=no
3: Suche nach [ParaDropSpecial], dann müsstest du folgendes sehen:

[ParaDropSpecial]
UIName=Name:Para
Name=Paratrooper Drop
IsPowered=false
RechargeVoice=
ChargingVoice=
ImpatientVoice=
SuspendVoice=
RechargeTime=4
Type=ParaDrop
Action=ParaDrop
SidebarImage=PARAICON
ShowTimer=no
DisableableFromShell=no ; gs this determines which superweapons are turned off by the checkbox

[AmericanParaDropSpecial]
UIName=Name:APara
Name=American Paratrooper Drop
IsPowered=false
RechargeVoice=
ChargingVoice=
ImpatientVoice=
SuspendVoice=
RechargeTime=6
Type=AmerParaDrop
Action=AmerParaDrop
SidebarImage=APARICON
ShowTimer=no
DisableableFromShell=no ; gs this determines which superweapons are turned off by the checkbox

Dort fügst du einfach Range=X (X zum Beispiel 5) ein, das müss dann so aussehen:

[ParaDropSpecial]
UIName=Name:Para
Name=Paratrooper Drop
IsPowered=false
RechargeVoice=
ChargingVoice=
ImpatientVoice=
SuspendVoice=
RechargeTime=4
Type=ParaDrop
Action=ParaDrop
SidebarImage=PARAICON
ShowTimer=no
Range=3.5
DisableableFromShell=no ; gs this determines which superweapons are turned off by the checkbox

[AmericanParaDropSpecial]
UIName=Name:APara
Name=American Paratrooper Drop
IsPowered=false
RechargeVoice=
ChargingVoice=
ImpatientVoice=
SuspendVoice=
RechargeTime=6
Type=AmerParaDrop
Action=AmerParaDrop
SidebarImage=APARICON
ShowTimer=no
Range=3.5
DisableableFromShell=no ; gs this determines which superweapons are turned off by the checkbox
Mit Zitat antworten