Jump to content
marcoclusius1

script fail CTD

Recommended Posts

hey guys,

i found a script on the internet for a traffic light, with this script you can control a traffic light at a fire station.

http://www.emergency...baseItem&id=333

i added the script to the la mod v3 beta but when the map is almost finished loading it CTD.

i added a vo and a traffic light to the map but it still crashes..

is it a point to give the script to the control panel of the fire station??

!Fire stations activated!

?Tried to assign unknown command 'PcmdCallTowerLightForce' to object U

?Tried to assign unknown command 'PcmdCallRescue7' to object U

?Tried to assign unknown command 'FeuerwehrausfahrtAmpel2' to object U

?Tried to assign unknown command 'FeuerwehrausfahrtAmpel3' to object U

?Tried to assign unknown command 'FeuerwehrausfahrtAmpelSchranke' to object U

|Loading Model mod:\Models\Objects\Equipment\emcase.v3o

I can't upload the whole page, it's to big

thanks already, i really hope it can be solved!

Link to comment
Share on other sites

**What is wrong** ( According to the error stuff you posted )

The script is using a command which isn't defined!

In most scripts the first 50 lines or so define what is used in the script

Example

const char TEST_VO ="bob";

** To fix it **

Find out what commands are not defined to the script and define them

or

remove those parts of the script so it dose not use them.

Note: Posting the hole Error file as a upload and the script file as a upload will allow alot more in the way of help from people!

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...