14.09.2012, 18:07
a friend said that it was something wrong with this lines
but he wasnt sure.
pawn Код:
ProxDetector(7.5, playerid, string,COLOR_CHAT1,COLOR_CHAT2,COLOR_CHAT3,COLOR_CHAT4,COLOR_CHAT5);
SentMessage[playerid] = 1;
SendRadioMessage(5 && 6 && 8 && 13 && 14 && 15 && 16 && 17 && 18, TEAM_RADIO_COLOR, string);
SentMessage[playerid] = 1;
new y, m, d;
new h,mi,s;
getdate(y,m,d);
gettime(h,mi,d);
format(string, sizeof(string), "[%d/%d/%d](%d:%d:%d) %s (radio): (%s)",d,m,y,h,mi,s, result);
RadioChatLog(string);
return 1;
}
return 1;
}