18.06.2011, 05:00
I have these error when i compile:
C:\Documents and Settings\Test\Desktop\GameZone\gamemodes\GameZone. pwn(12136) : error 021: symbol already defined: "strtok"
C:\Documents and Settings\Test\Desktop\GameZone\gamemodes\GameZone. pwn(12151) : error 047: array sizes do not match, or destination array is too small
And these are lines 12136 and 12151:
12136: strtok(const string[], &index)
{
12151: return result;
What i need to do to solve this please help me
C:\Documents and Settings\Test\Desktop\GameZone\gamemodes\GameZone. pwn(12136) : error 021: symbol already defined: "strtok"
C:\Documents and Settings\Test\Desktop\GameZone\gamemodes\GameZone. pwn(12151) : error 047: array sizes do not match, or destination array is too small
And these are lines 12136 and 12151:
12136: strtok(const string[], &index)
{
12151: return result;
What i need to do to solve this please help me