Help me about array
#1

I'm having a problem

Код:
new Skin[] =
{
         1, 2, 4, 8, 9, 10, 11, 60, 91,
         92, 93, 94, 95, 96, 97, 98, 99,
         138, 140
};

CMD:checksizeof(playerid, params[])
{
         new string[128];
         format(string, sizeof(string), "Sizeof Skin: %d", sizeof(Skin[]));
         SendClientMessage(playerid, -1, string);
         return 1;
}
I get a return value of 1 (Sizeof Skin: 1) while sizeof must be 19 (Sizeof Skin: 19)
Reply


Messages In This Thread
Help me about array - by RichKiez - 21.09.2018, 14:52
Re: Help me about array - by UFF - 21.09.2018, 15:04
Re: Help me about array - by Lokii - 21.09.2018, 16:47
Re: Help me about array - by VVWVV - 21.09.2018, 17:06
Re: Help me about array - by RichKiez - 22.09.2018, 03:16

Forum Jump:


Users browsing this thread: 1 Guest(s)