09.09.2014, 19:27
Quote:
|
Try this:
pawn Код:
|
pawn Код:
new capital = license[0]-32;
format(str, sizeof(str), "(DMV) You have issued %s Driver's License Class %s.", GetPName(targetid), capital);
SendClientMessage(playerid, COLOR_PURPLE, str);
format(str, sizeof(str), "(DMV) You have been issued Driver's License Class %s.", capital);
SendClientMessage(targetid, COLOR_PURPLE, str);
.


