02.06.2011, 13:18
I am not really familiar with making new Functions.
But I tryed the code script of CyberGhost, but it doesn't displays.
All defines & string message are correct.
Note: No Error's but it Doesn't display on any SAMP Client's.
But I tryed the code script of CyberGhost, but it doesn't displays.
Код:
SendTeamMessage(TEAM_USA,COLOR_DARKGREEN, string);
Код:
stock SendTeamMessage(teamid, color, const string[]) //CyberGhost { for(new i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i)) { if(GetPlayerTeam(i) == teamid) { SendClientMessage(i, color, string); } } return 1; }
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase