compiler crash
#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


Messages In This Thread
compiler crash - by Bussyman - 01.06.2017, 12:44
Re: compiler crash - by FaLLenGirL - 01.06.2017, 12:49

Forum Jump:


Users browsing this thread: 1 Guest(s)