Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » Script Request  () 1 Vote
Re: Script Request [message #330600 is a reply to message #330103] Wed, 14 May 2008 21:57 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)
well it seems likees evrtyhing fine but i cant get my
clouds
war blitz
lightning
wind

as for the lightning and war blitz or how ever you say iti did the command the way
EA-DamageEverything posted above with that info i made the chat hook

heres what i got
  class LightningChatCommand : public ChatCommandClass {
	void Triggered(int ID,const TokenClass &Text,int ChatType) {
		Set_Lightning(0.80f,0.00f,1.00f,239.0f,0.80f,3.5f);
	}
};

ChatCommandRegistrant<LightningChatCommand> LightningChatCommandReg("!Lightning",CHATTYPE_ALL,0,GAMEMODE_ALL);



  class warChatCommand : public ChatCommandClass {
	void Triggered(int ID,const TokenClass &Text,int ChatType) {
  Set_War_Blitz(0.80f,0.00f,1.00f,239.0f,0.80f,3.5f);
	}
};

ChatCommandRegistrant<warChatCommand> warChatCommandReg("!war",CHATTYPE_ALL,0,GAMEMODE_ALL);




another problem is how cna i get the sky to change color? iv seen it on kamuix serv...they done it blue and green and red....i tryed to ask them but no one answers i think they used

commands->Set_Screen_Fade_Color

if not can someone tell me what they used?
with that i tryed to make this but no luck ether

class greenfogChatCommand : public ChatCommandClass {
	void Triggered(int ID,const TokenClass &Text,int ChatType) {
	commands->Set_Screen_Fade_Color(Get_Float_Parameter("green"),0.0f);
		}
	};

ChatCommandRegistrant<greenfogChatCommand> greenfogChatCommandReg("!greenfog",CHATTYPE_ALL,0,GAMEMODE_ALL);



but im mostly sure im complelty wrong

pleas ehelp and thank you
 
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
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Questions on scripting.
Next Topic: Commands
Goto Forum:
  


Current Time: Mon Jan 27 07:15:22 MST 2025

Total time taken to generate the page: 0.01157 seconds