Infinite sized array?
#1

Well, we all know this:
pawn Код:
new arrayname[][1] =
{
     {blabla}
};
But, is there any chance that I can change it from that to:
pawn Код:
new arrayname[][1] =
{
     {blabla},
     {blabla}
};
Dynamically? Within the game without having to edit the code?
Reply


Messages In This Thread
Infinite sized array? - by maramizo - 24.07.2012, 21:50
Re: Infinite sized array? - by FUNExtreme - 24.07.2012, 21:53
Re: Infinite sized array? - by maramizo - 24.07.2012, 21:56
Re: Infinite sized array? - by FUNExtreme - 24.07.2012, 22:00
Re: Infinite sized array? - by maramizo - 24.07.2012, 22:02
Re: Infinite sized array? - by FUNExtreme - 24.07.2012, 22:05
Re: Infinite sized array? - by Vince - 24.07.2012, 22:05
Re: Infinite sized array? - by maramizo - 24.07.2012, 22:06
Re: Infinite sized array? - by FUNExtreme - 24.07.2012, 22:08
Re: Infinite sized array? - by leonardo1434 - 24.07.2012, 22:11

Forum Jump:


Users browsing this thread: 1 Guest(s)