Jump to content
james23222000

Script error

Recommended Posts

well um, give us the logfile, and I'll take a look, try to help you a bit

I 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!";

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...