29.03.2013, 20:58
What to do in order to have this info shown in dialog instead of the regular chat box.
ThIs:
Thank you!
PD: ssssoooobbeit is the way the anti-spam let me say it.
ThIs:
pawn Код:
CMD:ssssoooobbeit(playerid, params[]) {
if(!IsPlayerAdmin(playerid)) return 0;
SendClientMessage(playerid, -1, "{FF3300}Players with ssssoooobbeit:{FFFFFF}");
new string[128];
for(new i=0; i<MAX_PLAYERS;++i) {
if(gpInfo[i][hacker] == 1) {
format(string, sizeof string, "{FFFFFF}Name: {FF3300}%s | {FF3300}ID: {FFFFFF}%d", gpInfo[i][pname], i);
SendClientMessage(playerid, -1, string);
}
}
return 1;
}
PD: ssssoooobbeit is the way the anti-spam let me say it.