Blockland Forums > Modification Help
Datablock doesn't work
computermix:
--- Quote from: Midway Sentinel on April 04, 2011, 08:02:06 PM ---Ok, so i fixed all the variable errors, and now only this appears:
Loading Add-On: Weapon_M6Galilean <CRC:758596603>
Executing Add-Ons/Weapon_M6Galilean/server.cs.
and then it says Blockland has stopped working
--- End quote ---
I am having the problem also. I made a very simple cube of a vehicle, shoved it into blockland, and when it executed server.cs it crashed.
Its all in the model, I have no clue.
Midway Sentinel:
ill take a look at my model, but i don't see how i did anything improperly... unless i forgot to un/re-weld the model or texture map it, ill try that now, thanks for the idea
EDIT: didn't work
Sgt. A Walter:
--- Quote from: Midway Sentinel on April 04, 2011, 05:00:05 PM ---the thing is, there isn't a "M6GalileanBulletHitSound" in the script, so i cant fix it
--- End quote ---
The error is that it doesn't know where M6GalileanBulletHitSound is. (That is because it doesn't exist.)The way you fix it is create a M6GalileanBulletHitSound.
Treynolds416:
You are quite lucky to have your errors spelled out for you by the console.
Apply the slightest bit of common sense and you will get it all fixed.