Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » More Questions
Re: More Questions [message #262533 is a reply to message #262182] Fri, 01 June 2007 21:15 Go to previous messageGo to previous message
_SSnipe_ is currently offline  _SSnipe_
Messages: 4121
Registered: May 2007
Location: Riverside Southern Califo...
Karma:
General (4 Stars)
ok reborn i look at this

void M00_GrantPowerup_Created::Destroyed(GameObject *obj)
{
if (Settings->DestroyPlayerVeh && Get_Vehicle(obj) != 0) Commands->Apply_Damage(Get_Vehicle(obj),99999,"BlamoKiller",false);
if (Settings->DropWeapons && WasKilled)
{
WasKilled = false;
DeathPlace = Commands->Get_Position(obj);
int RandomNum = Commands->Get_Random_Int(1,5);
if (strstr(Commands->Get_Preset_Name(obj),"CnC_GDI_MiniGunner_0"))
{
BackpackScript = Commands->Create_Object("POW_AutoRifle_Player",DeathPlace);
}
else if (strstr(Commands->Get_Preset_Name(obj),"CnC_Nod_Minigunner_0"))
{
BackpackScript = Commands->Create_Object("POW_AutoRifle_Player_Nod",DeathPlace);
}


and think i understnad a little bit
but how do i edit these source files like with what porgram?

and when im done where do i save them 2?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Vehicle help
Next Topic: I'm kind of torn here....
Goto Forum:
  


Current Time: Wed Nov 27 16:18:23 MST 2024

Total time taken to generate the page: 0.01033 seconds