20.11.2011, 15:01
I'm having this annoying problem, and I still don't get why, but I do know whats causing it so I was hoping somebody here knew the reason for it.
Example:
I seem to get the error: error 021: symbol already defined: "query"
Is there no way to fix this or do I really have to always make sure they are not called the same the variables? It does not effect every single variable, but I think its just those who are on the same "indent" level or something like that. I'm not completely sure though.
Example:
pawn Код:
if(PlayerID == 1){ new query[50]; }
else if(PlayerID == 2){ new query[50];}
Is there no way to fix this or do I really have to always make sure they are not called the same the variables? It does not effect every single variable, but I think its just those who are on the same "indent" level or something like that. I'm not completely sure though.