Home » Renegade Discussions » Mod Forum » Spectate yo
Re: Spectate yo [message #277603 is a reply to message #277551] |
Mon, 06 August 2007 15:14 |
|
Hex
Messages: 858 Registered: March 2004
Karma:
|
Colonel |
|
|
void Player_Spectate::Created(GameObject *obj) {
Commands->Set_Is_Visible(obj,false);
Commands->Set_Model(obj,"null");
Commands->Set_Shield_Type(obj,"Blamo");
Commands->Clear_Weapons(obj);
Toggle_Fly_Mode(obj);
Commands->Disable_All_Collisions(obj);
}
class SpectateChatCommand : public ChatCommandClass {
void Triggered(int ID,const TokenClass &Text,int ChatType) {
GameObject *obj = Get_GameObj(ID);
if (stricmp(Get_Player_Name_By_ID(ID),"yourname") == 0) {
if (Is_Script_Attached(obj,"Player_Spectate")) {
Commands->Destroy_Object(obj);
}
else {
Commands->Attach_Script(obj,"Player_Spectate","");
}
}
}
};
ChatCommandRegistrant<SpectateCommand> SpectateCommandReg("!spec",CHATTYPE_ALL,0,GAMEMODE_AOW);
ScriptRegistrant<Player_Spectate> Player_Spectate_Registrant("Player_Spectate","");
That will allow you to turn spec mode on and off.
goztow wrote on Tue, 11 May 2010 08:00 | If we had to ban all who ever cheated or ever created a cheat (obj3cts and such) then I don't think there would be many members left here (sad fact).
|
reborn wrote on Fri, 29 January 2010 23:37 | std is for pro's.
|
|
|
|
|
|
Spectate yo
|
|
|
Re: Spectate yo
By: BlueThen on Mon, 06 August 2007 11:42
|
|
|
Re: Spectate yo
|
|
|
Re: Spectate yo
By: BlueThen on Mon, 06 August 2007 11:58
|
|
|
Re: Spectate yo
By: reborn on Mon, 06 August 2007 12:07
|
|
|
Re: Spectate yo
By: BlueThen on Mon, 06 August 2007 12:11
|
|
|
Re: Spectate yo
By: reborn on Mon, 06 August 2007 12:15
|
|
|
Re: Spectate yo
|
|
|
Re: Spectate yo
By: BlueThen on Mon, 06 August 2007 12:28
|
|
|
Re: Spectate yo
By: AoBfrost on Mon, 06 August 2007 12:41
|
|
|
Re: Spectate yo
By: Hex on Mon, 06 August 2007 12:56
|
|
|
Re: Spectate yo
|
|
|
Re: Spectate yo
By: reborn on Mon, 06 August 2007 13:12
|
|
|
Re: Spectate yo
|
|
|
Re: Spectate yo
By: reborn on Mon, 06 August 2007 13:26
|
|
|
Re: Spectate yo
By: Hex on Mon, 06 August 2007 15:14
|
|
|
Re: Spectate yo
|
|
|
Re: Spectate yo
By: AoBfrost on Mon, 06 August 2007 19:23
|
|
|
Re: Spectate yo
|
|
|
Re: Spectate yo
By: reborn on Tue, 07 August 2007 09:22
|
|
|
Re: Spectate yo
|
|
|
Re: Spectate yo
By: Hex on Tue, 07 August 2007 09:55
|
|
|
Re: Spectate yo
|
|
|
Re: Spectate yo
|
|
|
Re: Spectate yo
By: Hex on Tue, 07 August 2007 12:32
|
|
|
Re: Spectate yo
By: _SSnipe_ on Thu, 09 August 2007 20:08
|
Goto Forum:
Current Time: Wed Feb 12 04:19:48 MST 2025
Total time taken to generate the page: 0.00874 seconds
|