Compilation with SIF results in 'fatal error 103: insufficient memory' on variable assignment
#1

Hello guys. Today i tried to use @Southclaws-s SIF with my gamemode and i have this interesting error named:
PHP код:
 fatal error 103insufficient memory 
So error is on this line

PHP код:
stock SendSplitMessage(playeridcolormsg[])
{
    new 
ml 115result[160], len strlen(msg), repeat;
    if(
len ml)
    {
        
repeat floatround(float(len) / float(ml)); // ERROR
        
for(new 0<= repeati++)
        {
            
result[0] = 0;
            if(
len - (ml) > ml)
            {
                
strmid(resultmsgml iml * (i+1));
                
format(resultsizeof(result), "%s"result);
            }
            else
            {
                
strmid(resultmsgml ilen);
                
format(resultsizeof(result), "%s"result);
            }
            
SendClientMessage(playeridcolorresult);
        }
    }
    else
    {
        
SendClientMessage(playeridcolormsg);
    }
    return 
true;

So if i comment it, error will go on other line, where i used
PHP код:
repeat floatround(float(len) / float(ml)); 
If i compile gamemode without SIF, its ok, it is compiling without any errors/warnings. What can be solution for it?
Reply
#2

bump
Reply
#3

Quote:
Originally Posted by ******
Посмотреть сообщение
Get more RAM, or try a different compiler such as Zeex's.
More Ram? I have 8 gb. And I tried Zeex's compiler, not working.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)