message not showing up!! help
#7

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).
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;
}
Reply


Messages In This Thread
message not showing up!! help - by yuvraj201 - 02.01.2014, 12:51
Re: message not showing up!! help - by Wizza - 02.01.2014, 12:52
Re: message not showing up!! help - by Lidor124 - 02.01.2014, 12:54
Re: message not showing up!! help - by Wizza - 02.01.2014, 12:56
Re: message not showing up!! help - by Henkie - 02.01.2014, 13:05
Re: message not showing up!! help - by dominik523 - 02.01.2014, 13:09
Re: message not showing up!! help - by Konstantinos - 02.01.2014, 13:14

Forum Jump:


Users browsing this thread: 2 Guest(s)