Thread: Mario Coins
View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 12-04-2015 , 09:39   Re: Mario Coins
Reply With Quote #34

-Doesn't matter, you are still doing things that you can avoid. Please consider a task or a thinking entity, with the delay being 1.0
-You don't need to create two versions, just do:
PHP Code:
#if AMXX_VERSION_NUM < 183 
#define MAX_PLAYERS 32 
#endif 
.

More:
1.On line 171, I believe you don't need to set again bCountTokenCoins[id] to iMaxCoins, if you are in the if check the variable has the value already.
2.szFormatHUDMessage size is too much, you can lower this, I think 192 would be enough.
__________________

Last edited by HamletEagle; 12-04-2015 at 09:41.
HamletEagle is offline