05.06.2016, 19:42
Update LY.inc to v1.5 now
Added extended functions:
Added extended functions:
PHP Code:
bool:IsValueContainLY(prefix,suffix,value);
AddSeparatorLY(string[],separator[]);
//increases / decreases the value of a given percentage
CalculatePercentLY(&prefix,&suffix,Float:percent = 0.0,increase = true,limitprefix = DEFAULT_MAX_LY_PREFIX);
//Get a percentage of a given number
GetPercentLY(prefix,suffix,&o_prefix,&o_suffix,Float:percent = 0.0,limitprefix = DEFAULT_MAX_LY_PREFIX);