Author Topic: Blockland Weapon Buy System  (Read 42887 times)

Won't this be abusable?
How do you propose it would be abused?
God damn, I should start working on this soon, haven't looked at the files for like a month now...


I'm going to work on this a little more, since I have many new and interesting ideas, here's some:

- New add-on Type, BWS_*, aka, Blockland Weapon System. (Got a better file name for it? Tell me!)  The contents of this file will be text files (.txt) basically containing the item name of the weapon, damage, cost, and a small description, respectively. Here's an example:
Code: [Select]
gunItem 30 500 FirearmWhen I mean small description, I mean small, it has to be able to fit under the other info and not clip out. (I'll be setting a character limit.)

- Complete overhaul of the system, will probably update the GUI, (If I don't get too lazy) the system would now let 3rd party add-ons (Add-Ons like Tier+Tactical, not made by me for this project) have their time in glory with this add-on as well.

- Not really that much more, I considered the first thing a really big change and would up the ratings on this project by a lot.


Also, like always suggest more!
« Last Edit: May 26, 2010, 05:39:59 PM by HellsHero »

Can you get it done so you can realese a version of this. It has been awhile since you worked on it and I feel you should have something to put up by now.

Can you get it done so you can realese a version of this. It has been awhile since you worked on it and I feel you should have something to put up by now.
Actually, I don't have any working version.

Well, I do but if I sent you it, it wouldn't work as I said it should, since there weapons would be missing/etc.

Actually, I don't have any working version.

Well, I do but if I sent you it, it wouldn't work as I said it should, since there weapons would be missing/etc.

Ok, I see what you mean. But before you do a massive overhaul, maybe getting a version done for us to use. That way you can get feedback before the overhaul

Wheres the LINK?
Best Reguards


Could you make it so that it all comes as one.  :cookie:


Me Love Cookie Cookie!!  :cookie:  :cookie:  :cookie:


/Facepalm


Wheres the LINK?
Best Reguards
You just lost the game....

Tom

- New add-on Type, BWS_*, aka, Blockland Weapon System. (Got a better file name for it? Tell me!)  The contents of this file will be text files (.txt) basically containing the item name of the weapon, damage, cost, and a small description, respectively. Here's an example:
Code: [Select]
gunItem 30 500 FirearmWhen I mean small description, I mean small, it has to be able to fit under the other info and not clip out. (I'll be setting a character limit.)
Instead of making people have to give out a separate add-on file, why not just have a function that register the gun that people can include in their script?

By any chance is that Glock 18 mine?!

If its not... you are welcome to use mine.

http://forum.blockland.us/index.php?topic=113634.0 (my glock)

By any chance is that Glock 18 mine?!

If its not... you are welcome to use mine.

http://forum.blockland.us/index.php?topic=113634.0 (my glock)

No, he is using a different model.


Instead of making people have to give out a separate add-on file, why not just have a function that register the gun that people can include in their script?

I support this.

Instead of making people have to give out a separate add-on file, why not just have a function that register the gun that people can include in their script?
Because there's a maximum amount of weapons for each category.

The have it so that when the maximum is reached, none can be submitted. Or better yet. Do the defaults and give a guide to submit weapons in the system for categories. I would rather be able to choose what weapons are in the system than have them set for me.