Author Topic: made add ons wont workD:  (Read 2067 times)

i made a add on but it wont show up on the list for some reason. i would post the script but im on a different computer

Do you have description.txt?
Do you have Server.cs
And, if you made it client-sided, it don't show in the Add-On GUI.

oh i need a description txt  oopsy


whats in a discription.txt

whats in a discription.txt
This.
Code: [Select]
Title: Your Add-On name
Author: Your name/in-game name here
Put rest of description here.

i put a description in and it wont work heres the script so you can find the problem

You need a server.cs file that executes Weapon_Stabby.cs. The file name is also "Weapon_stabby.cs.cs" which might cause problems.

Also, please don't copy the default spear hit sound .wavs into yours. Use forceRequiredAddOn or whatever and then use spearExplosionSound. This prevents extra things appearing in the wrench sound menu and extra downloads.


ok i added a text but it still wont work i'll post script and description later becouse im on a differant computer

You need a server.cs file that executes Weapon_Stabby.cs. The file name is also "Weapon_stabby.cs.cs" which might cause problems.

Also, please don't copy the default spear hit sound .wavs into yours. Use forceRequiredAddOn or whatever and then use spearExplosionSound. This prevents extra things appearing in the wrench sound menu and extra downloads.
that the problem? ok so i need a server cs i think i have one but i could check