17.07.2009, 20:52
I return 0; but still 2 messages !
Whats wrong with that?
pawn Код:
new string[128],name[17];
GetPlayerName(playerid,name,sizeof(name));
if(gTeam[playerid] == TEAM_POLICE)
{
format(string,sizeof(string),"%s: %s",name,text);
ProxDetector(15.0,playerid,string,TEAM_POLICE_COLOR,TEAM_POLICE_COLOR,TEAM_POLICE_COLOR,TEAM_POLICE_COLOR,TEAM_POLICE_COLOR);
return 1;
}

