Compile 26 Error with an LA-RP edit
#3

PHP код:
strtok(const string[], &index)
{
    new 
length strlen(string);
    while ((
index length) && (string[index] <= ' '))
    {
        
index++;
    }
 
    new 
offset index;
    new 
result[20];
    while ((
index length) && (string[index] > ' ') && ((index offset) < (sizeof(result) - 1)))
    {
        
result[index offset] = string[index];
        
index++;
    }
    
result[index offset] = EOS;
    return 
result;

Remove this, compile and post the errors.
Reply


Messages In This Thread
[SOLVED]26 Error while compiling an LA-RP(Rvaen) edit , Help! - by Youssefree - 21.06.2016, 15:50
Re: Compile 26 Error with an LA-RP edit - by Youssefree - 21.06.2016, 17:01
Re: Compile 26 Error with an LA-RP edit - by ATGOggy - 21.06.2016, 17:12
Re: Compile 26 Error with an LA-RP edit - by Youssefree - 21.06.2016, 17:22
Re: Compile 26 Error with an LA-RP edit - by ATGOggy - 21.06.2016, 17:54
Re: Compile 26 Error with an LA-RP edit - by Youssefree - 21.06.2016, 17:57
Re: Compile 26 Error with an LA-RP edit - by ATGOggy - 21.06.2016, 18:06
Re: Compile 26 Error with an LA-RP edit - by Youssefree - 21.06.2016, 18:13
Re: Compile 26 Error with an LA-RP edit - by LondonRP - 21.06.2016, 18:13
Re: Compile 26 Error with an LA-RP edit - by ATGOggy - 21.06.2016, 18:15

Forum Jump:


Users browsing this thread: 1 Guest(s)