Hello guys , I have something new and unique (as i think)
First of all its npc that you can use in diffrent things like donater shop
anyway here is a pic
Why i call it Smart
simply because you can add items in the list easily without editing any html
for example to add new item you will go here
Services[] ahm = new Services[]
{
new Services(1, "+1 Wep", "56", "You can make ur wep +1<br>:D"),
new Services(2, "+1 Armor", "56", "INFO<br>INFO"),
new Services(3, "-beep- !", "56", "gtfo")
};
and add
new Services(4, "new item name", "price", "[color=red]info<br>info[/color]")
and the red text above i s what the info button will display it supports html tags
and once you make new one it adds it automaitcally
Code : http://pastebin.com/cEPYeHd2
Coded by me
Any question just leave a post.