11.05.2018, 12:46
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?
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");