Author Topic: First Add-On Help  (Read 601 times)

I decided to listen to the last person who posted on my Quickest Way To Learn Scripting? post. So I took the default Quake_Like player in my add-ons folder and tweaked it up a little. In the end I called it a Jump Style player. A player that could only jump and crouch. I put it in my add-ons folder and when I went to start blockland, it wasn't there! Can somebody help?

You probably changed up something that caused it to not work.
Did you check it on before starting a game?

Did you package it correctly?

You probably changed up something that caused it to not work.
Did you check it on before starting a game?
I checked the Player_JumpStyle.cs and I found out that I forgot to change 2 things. So I fixed that and when I went back to check, they still weren't there!

I checked the Player_JumpStyle.cs and I found out that I forgot to change 2 things. So I fixed that and when I went back to check, they still weren't there!
What did you fix?

What did you fix?
Fixed the name and execute properties thing.