[Error 021]
#1

Help

PHP код:
J:\New folder (2)\Ravens Roleplay 0.3z v1.1\gamemodes\larp.pwn(24878) : error 021symbol already defined"strtok"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
1 Error

line 24878
PHP код:

full code:
PHP код:

line 24877strtok
(const string[], &index)
line 24878{
line 24879    new length strlen(string);
line 24880    while ((index length) && (string[index] <= ' '))
line 24881    {
line 24882        index++;
line 24883    }
line 24884
line 24885    
new offset index;
line 24886    new result[20];
line 24887    while ((index length) && (string[index] > ' ') && ((index offset) < (sizeof(result) - 1)))
line 24888    {
line 24889        result[index offset] = string[index];
line 24890        index++;
line 24891    }
line 24892    result[index offset] = EOS;
line 24893    return result;
line 24894
Reply
#2

strtok is already defined before.
Reply
#3

What's the problem?
Reply
#4

up.....no one!
Reply
#5

It already exists, remove it completely (from lines 24877-24894).
Reply
#6

tnq rep+
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)