Detaljan opis problema: Imam ove Errore ne nzam da ih resim :S
C:\Users\Arsic\Desktop\GTA\Mexico\gamemodes\Exon.pwn(15874) : error 021: symbol already defined: "strtok"
C:\Users\Arsic\Desktop\GTA\Mexico\gamemodes\Exon.pwn(15890) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Dio skripte: strtok(const string[], &index) //a ovo je prvi deo
{
new length = strlen(string);
while ((index < length) && (string <= ' '))
{
index++;
}
new offset = index;
new result;
while ((index < length) && (string > ' ') && ((index - offset) < (sizeof(result) - 1)))
{
result[index - offset] = string;
index++;
}
result[index - offset] = EOS;
return result; // ovo je taj drugi error sto prikazuje tj to je ta druga linija
}
Neke slike/video za lakse dobivanje pomoci(neobavezno):
