20.06.2016, 10:00
(
Last edited by semara123; 20/06/2016 at 10:01 AM.
Reason: miss 1 :p
)
i think the correct is
pawn Code:
SendClientMessage(playerid, COLOR_RED, "______ REPORT ACCEPTED ______");
format(string, sizeof(string), "Admin Name %s", AccountInfo[playerid][aName]);
SendClientMessage(playerid, COLOR_WHITE, string);
format(string, sizeof(string), "Your Name %s",aname);
SendClientMessage(playerid, COLOR_WHITE, string);
SendClientMessage(playerid, COLOR_RED, "____________________________");