28.04.2013, 06:29
That means you have defined string twice. For one of the string, rename it to different one.
You might have something like this, new string[128], pName[MAX_PALYER_NAME];
new string[128];
For anyone form above, change to string2 or whatever. Make sure to also change it where you have used it.
HELPED?!
You might have something like this, new string[128], pName[MAX_PALYER_NAME];
new string[128];
For anyone form above, change to string2 or whatever. Make sure to also change it where you have used it.
HELPED?!