Dialog Length error
#1

Expectations: This is a trucker's Depot dialog, What i was expecting from this dialog was a scrollable list of work sites, Prices and destinations, which so ever the player selects would then further proceed to checking the users selection and further set the specified destination.


Problem: I am getting a length wise error, it's basically telling me the length of the Dialog is too long, I have visited aserver where by they used something similar, a list of teleportable locations and it was atleast 3 full scrollable pages. Is thier anyway i can keep the length of this dialog and gain the expectations?


Код:
C:\Users\kevon\Downloads\gt-rp-v8.2.1.pwn(6025 -- 6032) : error 075: input line too long (after substitutions)
C:\Users\kevon\Downloads\gt-rp-v8.2.1.pwn(6033) : error 017: undefined symbol "Cargo"
C:\Users\kevon\Downloads\gt-rp-v8.2.1.pwn(6033) : error 029: invalid expression, assumed zero
C:\Users\kevon\Downloads\gt-rp-v8.2.1.pwn(6033) : error 017: undefined symbol "tDestination"
C:\Users\kevon\Downloads\gt-rp-v8.2.1.pwn(6033) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
Код:
ShowPlayerDialog(playerid, 241, DIALOG_STYLE_TABLIST_HEADERS, "Trucker Depot's Destinations",
			"Cargo\tDestination\tPrice\n\
			{f5f5dc}Aeroplane parts\t{f5f5dc}LasSantos Airport's Mechanic\t{33AA33}$5599\n\
			{f5f5dc}Vehicle Clamps\t{f5f5dc}Police Impound Lot\t{33AA33}$9700\n\
			{f5f5dc}Machine Weights\t{f5f5dc}Las Santos GYM\t{33AA33}$1000\n\
			{f5f5dc}Medical Equipment\t{f5f5dc}Jefferson's Hospital\t{33AA33}$10900\n\
			{f5f5dc}Computers\t{f5f5dc}CityHall\t{33AA33}$6000\n\
			{f5f5dc}Security Cameras\t{f5f5dc}Main Bank\t{33AA33}$7500\n\
			{f5f5dc}Laterns & Safty Vests\t{f5f5dc}Las Santos Lighthouse\t{33AA33}$6000\n\
			{f5f5dc}Rims & Tires\t{f5f5dc}Wheel arch Angles\t{33AA33}$26000\n\
			{f5f5dc}GunParts\t{f5f5dc}Las Venturas Amunition\t{33AA33}$26000\n\
			{f5f5dc}FireHidrands\t{f5f5dc}San Fiero Fire Depatrment\t{33AA33}$27500\n\
			{f5f5dc}Furniture\t{f5f5dc}Queens Hotel\t{33AA33}$29100\n\
			{f5f5dc}Galvanized Pipes\t{f5f5dc}KACC\t{33AA33}$30000\n\
			{f5f5dc}Building Materials\t{f5f5dc}Rockshore East Mall\t{33AA33}$26000\n\
			{f5f5dc}Oil Drums\t{f5f5dc}San Fiero Refinery\t{33AA33}$18770"
			,"Select", "Cancel");
Reply


Messages In This Thread
Dialog Length error - by SlayerHodge - 11.05.2018, 12:46
Re: Dialog Length error - by Lokii - 11.05.2018, 12:47
Re: Dialog Length error - by Dayrion - 11.05.2018, 13:30
Re: Dialog Length error - by SlayerHodge - 11.05.2018, 22:23
Re: Dialog Length error - by DeathCore - 11.05.2018, 22:25
Re: Dialog Length error - by SlayerHodge - 11.05.2018, 22:39
Re: Dialog Length error - by SlayerHodge - 11.05.2018, 22:41
Re: Dialog Length error - by Dice_ - 12.05.2018, 04:12
Re: Dialog Length error - by TadePoleMG - 12.05.2018, 07:29
Re: Dialog Length error - by TadePoleMG - 12.05.2018, 07:55
Re: Dialog Length error - by TadePoleMG - 12.05.2018, 07:58
Re: Dialog Length error - by Sew_Sumi - 12.05.2018, 10:04
Re: Dialog Length error - by TadePoleMG - 12.05.2018, 10:22
Re: Dialog Length error - by Sew_Sumi - 12.05.2018, 10:39
Re: Dialog Length error - by TadePoleMG - 12.05.2018, 10:42
Re: Dialog Length error - by Sew_Sumi - 12.05.2018, 10:53
Re: Dialog Length error - by SlayerHodge - 12.05.2018, 11:41
Re: Dialog Length error - by SlayerHodge - 13.05.2018, 10:48
Re: Dialog Length error - by Sew_Sumi - 13.05.2018, 12:39

Forum Jump:


Users browsing this thread: 4 Guest(s)