04.12.2009, 10:10
EDIT:
Have you tried:
If that doesnt work, turn the array around to
And try:
If those doesnt work, I believe you should just use MAX_PLAYER_NAME as the size.
Have you tried:
pawn Код:
sizeof(Ticket[Sender][]);
or
sizeof(Ticket[Sender][playerid]);
pawn Код:
new Ticket[MAX_PLAYERS][TICKET_INFO];
pawn Код:
sizeof(Ticket[playerid][Sender]);
or
sizeof(Ticket[][Sender]);