Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Add-on] [All versions] Faster Cash Shop

Elite Diviner
Loyal Member
Joined
Sep 25, 2008
Messages
457
Reaction score
37
Re: [All versions] Faster Cash Shop

Okay, these yenpooh releases are starting to bother me.

#1, he has no clue what this does. He didnt't make this.
#2, the release WAS ALREADY RELEASED.

Leave him be, he has return null; in his user title, he can clearly code.

/sarcasm :love:
 
bleh....
Loyal Member
Joined
Oct 15, 2008
Messages
2,898
Reaction score
1,129
Re: [All versions] Faster Cash Shop

#2, the release WAS ALREADY RELEASED.

Please provide a link to the previous release. If it is a rerelease, this thread will be deleted.

@Everyone else: God damn it people! It's Christmas! Stop with the bickering and fighting and start getting along, even if but for one single day! Spread the :love:
 
Elite Diviner
Joined
Oct 1, 2007
Messages
433
Reaction score
0
Re: [All versions] Faster Cash Shop

Thanks man, will compile hopefully error free :)
 
Newbie Spellweaver
Joined
Dec 22, 2010
Messages
74
Reaction score
7
Re: [All versions] Faster Cash Shop

Whats the non-static error mean? how do i make this non-static?
PHP:
public CashItemInfo getItem(int sn) {
		CashItemInfo stats = itemStats.get(sn);
		if (stats == null) {
			return null;
		}
		return stats;
	}
 
Back
Top