[SOLVED BY DICE]
#4

Oi, double posting takes the piss.

You triple posted.

Код:
error 075: input line too long (after substitutions)
A line in your script is too long. Find it shorten it or step down a line.

Код:
new PlayerStoredInt[MAX_PLAYERS];
// change to ....
new pInt[MAX_PLAYERS];
OR

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");
	}
See how he's used mutiple lines for it.
Reply


Messages In This Thread
[SOLVED BY DICE] - by IamNotKoolllll - 25.04.2010, 17:02
Re: LOOK - PAWNO ISSUE - LOOK - by IamNotKoolllll - 25.04.2010, 17:10
Re: LOOK - PAWNO ISSUE - LOOK - by IamNotKoolllll - 25.04.2010, 17:11
Re: LOOK - PAWNO ISSUE - LOOK - by Rac3r - 25.04.2010, 17:17
Re: LOOK - PAWNO ISSUE - LOOK - by IamNotKoolllll - 25.04.2010, 17:19
Re: LOOK - PAWNO ISSUE - LOOK - by IamNotKoolllll - 25.04.2010, 17:23
Re: LOOK - PAWNO ISSUE - LOOK - by Correlli - 25.04.2010, 17:24
Re: LOOK - PAWNO ISSUE - LOOK - by IamNotKoolllll - 25.04.2010, 17:25
Re: LOOK - PAWNO ISSUE - LOOK - by dice7 - 25.04.2010, 17:59
Re: LOOK - PAWNO ISSUE - LOOK - by IamNotKoolllll - 25.04.2010, 18:08

Forum Jump:


Users browsing this thread: 1 Guest(s)