11.03.2015, 05:57
As i said in the other topic, it's caused by most likely an include, so the lines doesn't matter.
A lot of includes has to define includes as "public Itter_OnPlayerDisconnect" or something, otherwise if they just used the plain "public OnPlayerDisconnect", it would return errors, so thereby if there's 2 includes using "Itter_OnPlayerDisconnect", it would give you the error it is.
You might not understand it, but it's most likely an include that has been included twice, although i've only heard of foreach (y_iterate) using Itter_OnPlayerDisconnect.
You should check for any includes that could be included twice though.
A lot of includes has to define includes as "public Itter_OnPlayerDisconnect" or something, otherwise if they just used the plain "public OnPlayerDisconnect", it would return errors, so thereby if there's 2 includes using "Itter_OnPlayerDisconnect", it would give you the error it is.
You might not understand it, but it's most likely an include that has been included twice, although i've only heard of foreach (y_iterate) using Itter_OnPlayerDisconnect.
You should check for any includes that could be included twice though.