20.06.2012, 06:31
Код:
error 017: undefined symbol "Name"
pawn Код:
stock GetName(playerid)
{
new string[24];
format(string, 24, "%s", pInfo[playerid][Name]);
return string;
}
new Name[24];
Nothing it just gives me this random error -
Код:
error 033: array must be indexed (variable "Name")
new Name[24];