error 017: undefined symbol "isNumeric"
#2

Add this anywhere on your gamemode but not under any callbacks.

PHP код:
IsNumeric(const string[])
{
    for (new 
0strlen(string); ji++)
    {
        if (
string[i] > '9' || string[i] < '0') return 0;
    }
    return 
1;

Reply


Messages In This Thread
Please help me! - by SuperZak - 06.02.2017, 14:48
Re: error 017: undefined symbol "isNumeric" - by AjaxM - 06.02.2017, 14:51
Re: error 017: undefined symbol "isNumeric" - by SuperZak - 06.02.2017, 15:03
Re: error 017: undefined symbol "isNumeric" - by AndreiWow - 06.02.2017, 15:27
Re: error 017: undefined symbol "isNumeric" - by SuperZak - 06.02.2017, 15:41
Re: error 017: undefined symbol "isNumeric" - by AndreiWow - 06.02.2017, 15:55
Re: error 017: undefined symbol "isNumeric" - by SuperZak - 06.02.2017, 15:57
Re: error 017: undefined symbol "isNumeric" - by princejeet1510 - 06.02.2017, 16:17

Forum Jump:


Users browsing this thread: 1 Guest(s)