FormatNumber.inc PROBLEM
#4

Remove that "FormatNumber" include file, and add this function at somewhere in your gamemode:

PHP код:
stock FormatNumber(number, const separator[] = ",")
{
    new 
output[15];
    
format(outputsizeof(output), "%d"number);
    for(new 
strlen(output) - 3&& output[i-1] != '-'-= 3)
    {
        
strins(outputseparatori);
    }
    return 
output;

Reply


Messages In This Thread
FormatNumber.inc PROBLEM - by kexy96 - 25.07.2016, 07:28
Re: FormatNumber.inc PROBLEM - by AbyssMorgan - 25.07.2016, 08:00
Re: FormatNumber.inc PROBLEM - by kexy96 - 25.07.2016, 08:11
Re: FormatNumber.inc PROBLEM - by Ahmed21 - 25.07.2016, 08:38
Re: FormatNumber.inc PROBLEM - by kexy96 - 25.07.2016, 08:46

Forum Jump:


Users browsing this thread: 2 Guest(s)