15.04.2015, 14:40
I had this doubt when writing codes for someone in 'Scripting Help'.
The problem is..
Imagine this is my code:
Can 'new' be created with its size set to any variable?
If no, is there any other way?
The problem is..
Imagine this is my code:
PHP код:
OnPlayerConnect(playerid)
{
count++;
new hello[count][128];
}
If no, is there any other way?