Author Topic: Why wont my playertypes show up in the add on list?  (Read 786 times)

I followed a tutorial I was given to make playertypes but they wont show up in the check list.

Make sure your files are packaged correctly and have all necessary .txt files in it.

May I see the tutorial please?

Packaging Error.

The file should be a .zip eg:
Player_(name).zip

for a weapon it would be:
Weapon_(weaponname).zip

You must have inside a file -
--------------------------------------
description.txt
Code: [Select]
Title: (title)
Author: (Your name)
(description)

server.cs
Code: [Select]
exec("./Player_(name).cs");
namecheck.txt
Code: [Select]
Player_(name)
(yourplayertypefile).cs
------------------------------------------------

Your file must be in the right location! MAKE SURE IT IS
C:\Documents and Settings\(yourname)\My Documents\Blockland\Add-Ons

or just go to "My Computer" and to the right you should find "My Documents" then blockland/add-ons.

I hope this helped.