• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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