Jump to content
SSForum.net is back!

Question for Dr Brain


Recommended Posts

Guest Amy Lee
Posted

I was wondering about the plugin for the old Hyperspace befor it was run on ASSS the plugin for your bot your buy plugin did you write this yourself?

 

if so... is there anyway you will release it to me? becuase I really love how organized the menus were

 

- Amy

Posted
Well we don't know who you are. I don't think brain will give it out to anyone that he does not know, and I dont think he would give it to anyone he knows anyways Lol. And yes I believe brain wrote the plugin himself, its usually how he likes to do things(from scratch). On another note, I know you don't want the plugin for just organized menus, what will it be used for, in what zone, and why not make it urself? or get someone else to.
The Shifts Of Fortune Test The Liabilities Of Friends.
Guest Amy Lee
Posted

oh <_< guess ill stick with my long messy unorangized menus i have now then

 

thanks for the help anyways i guess

Posted

The menus are pretty easy, you just make a String array:

 

(Java)

String[] s = new String[3];
s[0] = "+----------------------+";
s[1] = "|     put stuff here   |";
s[2] = "+----------------------+";

 

(C++)

String s[3];
s[0] = "+----------------------+";
s[1] = "|     put stuff here   |";
s[2] = "+----------------------+";

_UU___UU__SSSSS____AAA____UU___UU__SSSSS____AAA___

_UU___UU_SS_______AAAAA___UU___UU_SS_______AAAAA__

_UU___UU__SSSSS__AA___AA__UU___UU__SSSSS__AA___AA_

_UU___UU______SS_AAAAAAA__UU___UU______SS_AAAAAAA_

__UUUUU___SSSSS_AA____AA___UUUUU___SSSSS_AA____AA

J.C. Dento> prime example of why america will never be a world super power.

Moscato> d1 is mad he will never have a job outside subspace

I can't see this because I turned signatures off. ps VT

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...