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

pawn Код:
forward MessageToSSChat(color,const string[]);
public MessageToSSChat(color,const string[]) {
    for(new i = 0; i < MAX_PLAYERS; i++) {
        if(IsPlayerConnected(i)) {
            new name[MAX_PLAYER_NAME]; GetPlayerName(i, name, sizeof(name));
            if(!strcmp(name, "Joseph_Stryker", true) || !strcmp(name, "Josh_Rolen", true) || PlayerInfo[i][SSMember] >= 1)
            {
                SendClientMessage(i, color, string);
            }
        }
    }
    return 0x01;
}
Try : p
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)