25.04.2010, 17:17
Oi, double posting takes the piss.
You triple posted.
A line in your script is too long. Find it shorten it or step down a line.
OR
Exmple from Ryders Race Filterscript:
See how he's used mutiple lines for it.
You triple posted.
Код:
error 075: input line too long (after substitutions)
Код:
new PlayerStoredInt[MAX_PLAYERS]; // change to .... new pInt[MAX_PLAYERS];
Exmple from Ryders Race Filterscript:
Код:
case 606: ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_MSGBOX, CreateCaption("Build New Race (Done)"), "\ You have created your race and it's ready to use now.\n\n\ >> Press 'Finish' to finish. 'Exit' - Has no effect.", "Finish", "Exit"); }