somone understands enum? just a question
#3

EDIT:

Have you tried:
pawn Код:
sizeof(Ticket[Sender][]);

or

sizeof(Ticket[Sender][playerid]);
If that doesnt work, turn the array around to
pawn Код:
new Ticket[MAX_PLAYERS][TICKET_INFO];
And try:
pawn Код:
sizeof(Ticket[playerid][Sender]);

or

sizeof(Ticket[][Sender]);
If those doesnt work, I believe you should just use MAX_PLAYER_NAME as the size.
Reply


Messages In This Thread
somone understands enum? just a question - by Fima - 04.12.2009, 08:32
Re: somone understands enum? just a question - by Abernethy - 04.12.2009, 08:34
Re: somone understands enum? just a question - by Finn - 04.12.2009, 10:10
Re: somone understands enum? just a question - by Abernethy - 04.12.2009, 10:13
Re: somone understands enum? just a question - by Fima - 06.12.2009, 11:40

Forum Jump:


Users browsing this thread: 1 Guest(s)