02.01.2014, 13:14
Using size 4077+ for arrays will make a runtime error 3: "Stack/heap collision (insufficient stack size)".
Neither 128 because it's waste when it's not even 32 characters (less).
Neither 128 because it's waste when it's not even 32 characters (less).
pawn Код:
CMD:mycars(playerid, params[])
{
new string[25];
format(string, sizeof(string), "Car 1: %d & Car 2 %d", pInfo[playerid][pCar], pInfo[playerid][pCarr]);
SendClientMessageEx(playerid, COL_GREEN, string);
return 1;
}