Home » Renegade Discussions » Mod Forum » Spectate yo
Re: Spectate yo [message #278156 is a reply to message #277718] |
Thu, 09 August 2007 19:51 |
Sn1per74*
Messages: 939 Registered: April 2006
Karma:
|
Colonel |
|
|
Hex wrote on Tue, 07 August 2007 11:55 |
RoShamBo wrote on Sat, 07 July 2007 15:56 |
is at the top of the cpp file
bool Is_Mod(const char *Name)
{
fstream file("mods.txt", ios::in);
string tmp;
while(file >> tmp)
{
if(strcmp(Name, tmp.c_str()) == 0)
{
return 1;
}
}
return 0;
}
class exampleChatCommand : public ChatCommandClass {
void Triggered(int ID,const TokenClass &Text,int ChatType) {
if(Is_Mod(Get_Player_Name_By_ID(ID))
{
Commands->(do something)
}
else
{
//this player isn't a mod
}
};
then, in mods.txt
|
|
It tells me fstream is an undeclared identifier.
Creator: AoBFrost
|
|
|
|
|
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: Sun Nov 10 17:43:44 MST 2024
Total time taken to generate the page: 0.01092 seconds
|