19.09.2017, 08:12
I'm getting this error.
So I searched a bit and I found that MD iterators need to be initialized with Iter_Init. However whenever I do add in "Iter_Init" I get this.
The line itself
Any help would be appreciated.
e#
Nevermind. Fixed the issue.
Код:
warning 203: symbol is never used: "Iter_Init@PlayerDuffID"
Код:
E:\Rockstar Games\dufflebag\gamemodes\/inc/core.inc(104) : warning 219: local variable "Iterator@PlayerDuffID" shadows a variable at a preceding level E:\Rockstar Games\dufflebag\gamemodes\/inc/core.inc(104) : error 025: function heading differs from prototype E:\Rockstar Games\dufflebag\gamemodes\/inc/core.inc(104) : error 021: symbol already defined: "Iter_Init_Internal" E:\Rockstar Games\dufflebag\gamemodes\/inc/core.inc(104) : warning 221: label name "_" shadows tag name E:\Rockstar Games\dufflebag\gamemodes\/inc/core.inc(104) : warning 203: symbol is never used: "_" E:\Rockstar Games\dufflebag\gamemodes\/inc/core.inc(104) : warning 203: symbol is never used: "Iterator@PlayerDuffID" E:\Rockstar Games\dufflebag\gamemodes\/inc/core.inc(104) : error 020: invalid symbol name "F@e" E:\Rockstar Games\dufflebag\gamemodes\/inc/core.inc(104) : fatal error 107: too many error messages on one line
Код:
static Iterator:PlayerDuffID[MAX_PLAYERS]<1>; Iter_Init(PlayerDuffID);
e#
Nevermind. Fixed the issue.