14.02.2012, 19:48
1.) Those string sizes are ridiculous.. Double what you need.. Use 128.
2.) You can use one string for ALL of those.
You can reuse strings.
2.) You can use one string for ALL of those.
pawn Код:
format(pstring, sizeof(pstring), "...");
SendClientMessage(playerid, COLOR_LIGHTBLUE, pstring);
format(pstring, sizeof(pstring), "...");
SendClientMessage(playerid, COLOR_LIGHTBLUE, pstring);