Can't Figure These Errors Out!!!
#5

Here is the entire "thingy madoodle" :3

Код:
forward MessageToSSChat(color,const string[]);
public MessageToSSChat(color,const string[])
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i) == 1)
		{
			if((strcmp(ReturnPlayerName(i),"Joseph_Stryker",true) == 0)
			|| (strcmp(ReturnPlayerName(i),"Josh_Rolen",true) == 0)
			|| PlayerInfo[i][SSMember] >= 1)
			{
				SendClientMessage(i, color, string);
			}
		}
	}
	return 1;
}
Just refer to the pic for the line. 1389 is: if((strcmp(ReturnPlayerName(i),"Joseph_Stryker",tr ue) == 0)
Reply


Messages In This Thread
Can't Figure These Errors Out!!! - by Sil3nc3 - 25.06.2011, 03:51
Re: Can't Figure These Errors Out!!! - by Laronic - 25.06.2011, 03:53
Re: Can't Figure These Errors Out!!! - by Sil3nc3 - 25.06.2011, 03:54
Re: Can't Figure These Errors Out!!! - by Donya - 25.06.2011, 03:56
Re: Can't Figure These Errors Out!!! - by Sil3nc3 - 25.06.2011, 03:57
Re: Can't Figure These Errors Out!!! - by Laronic - 25.06.2011, 04:02
Re: Can't Figure These Errors Out!!! - by Sil3nc3 - 25.06.2011, 04:04
Re: Can't Figure These Errors Out!!! - by Laronic - 25.06.2011, 04:09
Re: Can't Figure These Errors Out!!! - by Ricop522 - 25.06.2011, 04:11
Re: Can't Figure These Errors Out!!! - by Sil3nc3 - 25.06.2011, 04:14
Re: Can't Figure These Errors Out!!! - by Sil3nc3 - 25.06.2011, 04:20
Re: Can't Figure These Errors Out!!! - by m5industries - 25.06.2011, 04:31
Re: Can't Figure These Errors Out!!! - by Babul - 25.06.2011, 08:19
Re: Can't Figure These Errors Out!!! - by Sil3nc3 - 25.06.2011, 14:40
Re: Can't Figure These Errors Out!!! - by [HiC]TheKiller - 25.06.2011, 14:58
Re: Can't Figure These Errors Out!!! - by Sil3nc3 - 26.06.2011, 01:22
Re: Can't Figure These Errors Out!!! - by [HiC]TheKiller - 26.06.2011, 03:47
Re: Can't Figure These Errors Out!!! - by [DM]Kane - 26.06.2011, 06:58
Re: Can't Figure These Errors Out!!! - by whitedragon - 14.07.2011, 23:13

Forum Jump:


Users browsing this thread: 1 Guest(s)