Jump to content
  • 0

Eroare Compile


hardgame

Question

C:\Documents and Settings\Anton\Desktop\NvlSSSS\gamemodes\NVL.pwn(12620) : error 021: symbol already defined: "strtok"

C:\Documents and Settings\Anton\Desktop\NvlSSSS\gamemodes\NVL.pwn(12635) : error 047: array sizes do not match, or destination array is too small

C:\Documents and Settings\Anton\Desktop\NvlSSSS\gamemodes\NVL.pwn(21591) : error 047: array sizes do not match, or destination array is too small

Imi spuneti si mie va rog dece imi dau erorile astea cand compilez .. ?

Eroarea a doua cu 12635 linia :

[pawn] result[index - offset] = string[index];

index++;

}

result[index - offset] = EOS;

return result;

}[/pawn]

Prima eroare

[pawn]}

strtok(const string[], &index)

{

new length = strlen(string);

while ((index < length) && (string[index] <= ' '))

{[/pawn]

Ultima eroare

[pawn]         new x_nr[64];

        x_nr = strtok(cmdtext, idx);

        if(!strlen(x_nr))

        {[/pawn]

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.