compiler crash
#1

Hi,

When i start to compile, compiler instantly crashes.. What should i do?
Reply
#2

I had this problem, and my problem it was that i don't have isNumeric stock.
Put this in your GM, and see if it is work, if u had already change it with this:

PHP код:
stock isNumericstring[ ] )
{
    for( new 
0strlen( string ); j++ )
    {
        if( 
string] > '9' || string] < '0' )
        return 
0;
    }
    return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)