05.01.2016, 18:39
Код:
new agn[256];
Код:
agn[playerid] = "Varredor de Rua";
error 006: must be
Код:
assigned to an array Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
new agn[256];
agn[playerid] = "Varredor de Rua";
assigned to an array Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
new agn[MAX_PLAYERS];
new agn[MAX_PLAYERS][128];
enum tInfo {
agn[128]
}
new PlayerAGN[MAX_PLAYERS][tInfo];
PlayerAGN[playerid][agn] = "Varredor de Rua";