15.04.2009, 00:53
pawn Код:
new rn = samp_mysql_num_rows();
new HouseKeyArray[rn];
new rn = samp_mysql_num_rows();
new HouseKeyArray[rn];
Originally Posted by yezizhu
new HouseKeyArray[] = samp_mysql_num_rows();
or new const rn = samp_mysql_num_rows(); new HouseKeyArray[rn]; |
new const rn = samp_mysql_num_rows();
new HouseKeyArray[rn]; // all the errors occur on this line
Originally Posted by Nubotron
You can not allocate memory dynamically with Pawn!
|
Originally Posted by zozo
You can not allocate memory dynamically with Pawn!
|