james23222000 Posted October 11, 2008 Report Share Posted October 11, 2008 What does the error message:String literal syntax error mean?I can upload my logfile etc if needed.RegardsJames Quote Link to comment Share on other sites More sharing options...
james23222000 Posted October 12, 2008 Author Report Share Posted October 12, 2008 Anyone? Quote Link to comment Share on other sites More sharing options...
Newfoundking Posted October 12, 2008 Report Share Posted October 12, 2008 well um, give us the logfile, and I'll take a look, try to help you a bit Quote Link to comment Share on other sites More sharing options...
james23222000 Posted October 12, 2008 Author Report Share Posted October 12, 2008 well um, give us the logfile, and I'll take a look, try to help you a bitI think it chas something to do qith one of my consts chars so have a look at them first, I can't spot any problems.const char CMD_BOATCRASH[] = "BoatCrash";const char CMD_PLANECRASH[] = "PlaneCrash";const char CMD_DRUNKDRIVER[] = "DrunkDriver";const char CMD_CARBOMB[] = "CarBomb";const char VO_BOAT[] = "en_boat_crash";const char VO_PLANE[] = "en_plane_crash";const char VO_DRUNK[] = "en_drunk_spawn";const char PATH_DRUNK[] = "en_drunk_path";const char UNNAMED[] = "Unnamed";const char CARBOMB01[] = "Carbomb01";const char CARBOMB02[] = "Carbomb02";const char CARBOMB03[] = "Carbomb03";const char PERSON01[] = "mod:Prototypes/Persons/Civil/civildeliveryman.e4p";const char PERSON02[] = "mod:Prototypes/Persons/Civil/civilman01_red";const char PERSON03[] = "mod:Prototypes/Persons/Civil/civilboy02_blue.e4p";const char PERSON04[] = "mod:Prototypes/Persons/Civil/civilmother01_green.e4p";const char PERSON05[] = "mod:Prototypes/Persons/Civil/civilman03_grey.e4p";const char PERSON06[] = "mod:Prototypes/Persons/Civil/civilwoman01_yellow.e4p";const char PERSON07[] = "mod:Prototypes/Persons/Civil/civilrocker02.e4p";const char PERSON08[] = "mod:Prototypes/Persons/Civil/civilsailor02.e4p";const char PERSON09[] = "mod:Prototypes/Persons/Civil/civilwoman02_beige.e4p";const char PERSON10[] = "mod:Prototypes/Persons/Civil/civilworker03.e4p";const char PERSON11[] = "mod:Prototypes/Persons/Civil/coloredman01.e4p";const char PERSON12[] = "mod:Prototypes/Persons/Civil/fatman01.e4p";const char PERSON13[] = "mod:Prototypes/Persons/Civil/firewatchguy01.e4p";const char CRASHED_JET01[] = "mod:Prototypes/Objects/Debris/jet01debris.e4p";const char CRASHED_JET02[] = "mod:Prototypes/Objects/Debris/jet01debris09.e4p";const char CRASHED_JET03[] = "mod:Prototypes/Objects/Debris/jet01debris02.e4p";const char CRASHED_JETSLICEABLE[] = "mod:Prototypes/Vehicles/Wrecks_sliceable/jet01debris01.e4p";const char PILOT01[] = "mod:Prototypes/Persons/Civil/pilot.e4p;const char EN_CARBOMB[] = "Car Bomb Explosion!";const char HINT_CARBOMB[] = "A car bomb has exploded in the city, possibly causing subsequent fires and casualties! A quick response is required! Be sure to transport the wreck of the car in which the bomb was planted!"; Quote Link to comment Share on other sites More sharing options...
anto.fra88 Posted October 12, 2008 Report Share Posted October 12, 2008 There is a literal syntax error, give me the script that I control the script Quote Link to comment Share on other sites More sharing options...
Hoppah Posted October 12, 2008 Report Share Posted October 12, 2008 const char PILOT01[] = "mod:Prototypes/Persons/Civil/pilot.e4p";Missing a " behind .e4p Quote Link to comment Share on other sites More sharing options...
james23222000 Posted October 12, 2008 Author Report Share Posted October 12, 2008 const char PILOT01[] = "mod:Prototypes/Persons/Civil/pilot.e4p";Missing a " behind .e4p Thank you all for helping me with that. If I get anymore script errors I will post them here. Quote Link to comment Share on other sites More sharing options...