17.04.2014, 12:01
Did you even look at the function?
Edit: Basically I could do this but I know that there must be a better way...
Edit: Basically I could do this but I know that there must be a better way...
pawn Код:
public OnGameModeInit()
{
const temp = sizeof(dimarray[]);
new temparray[temp];
for (new i; i < temp; i++) temparray[i] = dimarray[i][0];
PrintArray(temparray);
return 1;
}