07.01.2013, 12:02
pawn Код:
// An example:
public CarregarGaragens()
{
new string[256]; // this line is 4 spaces (1 tab) after than the lines below.
new arquivo[64];
new arquivoatual[64];
for(new g=0; g<MAX_GARAGENS; g++)
pawn Код:
// You can fix it my set them is the same column.
public CarregarGaragens()
{
new string[256]; // this line is now at the same column as the others.
new arquivo[64];
new arquivoatual[64];
for(new g=0; g<MAX_GARAGENS; g++)