30.07.2014, 15:10
pawn Код:
new DialogTexts[][] =
{
"Text",
"text",
"text"
};
Код:
error 001: expected token: ";", but found "-identifier-"
new DialogTexts[][] =
{
"Text",
"text",
"text"
};
error 001: expected token: ";", but found "-identifier-"
new DialogTexts[3][64] =
{
"Text",
"text",
"text"
};
new Dialogs[][144] = {
"LoL123Ahahahaha",
"Lol123Ahaahahah",
"Lol123Aahahahah"
};