Ah fixed a bug in the tradeWith and openUpShop addons, wouldn't stop them from selling the item, etc.. also I think the openUpShop addon should be moved to buyItem so they can sell items![]()
|
|
Thanks mate!
Ah fixed a bug in the tradeWith and openUpShop addons, wouldn't stop them from selling the item, etc.. also I think the openUpShop addon should be moved to buyItem so they can sell items![]()

Wait, umm do i like trade an npc to loan money? what am i suppost to do to get loaned money... Lol..

wouldn't the ints,booleans,voids be static for you to do
Most of the time if they are not static, you will get an error saying something about being non-static.Code:if (Lending.checkAccount()) { sendMessage("You cannot buy items until you pay off your loans!"); return; }
So that would have to be
I don't know, I'm just saying wouldn't it be like that? If not then tell me why.Code:if (server.Lending.checkAccount()) { sendMessage("You cannot buy items until you pay off your loans!"); return; }
client.java:32187: missing return value
return;
^
client.java:32313: missing return value
return;
^
err can you help me with my errors...
EDIT: its good all i had to do was take out the return; in them.. they were giving me my errors.![]()
Change to return true;
He has it declared as return;
| « adding music to specific areas! | Potion Combin Doses. » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |