marcoclusius1 Posted April 12, 2013 Report Share Posted April 12, 2013 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=333i 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.v3oI can't upload the whole page, it's to bigthanks already, i really hope it can be solved! Quote Link to comment Share on other sites More sharing options...
NathanDollinger Posted April 16, 2013 Report Share Posted April 16, 2013 **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 themor 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! Quote Link to comment Share on other sites More sharing options...