25.05.2013, 01:34
Been working on a little faction system that I read from a tutorial, and I keep getting some errors and I need help because my brain is throbbing.
And now these are lines 203 & 210
203 -
210 -
Thanks
pawn Код:
practisePRACTISEALL.pwn(203) : warning 202: number of arguments does not match definition
practisePRACTISEALL.pwn(203) : error 017: undefined symbol "bExtra"
practisePRACTISEALL.pwn(210) : error 028: invalid subscript (not an array or too many subscripts): "fInfo"
practisePRACTISEALL.pwn(210) : warning 215: expression has no effect
practisePRACTISEALL.pwn(210) : error 001: expected token: ";", but found "]"
practisePRACTISEALL.pwn(210) : error 029: invalid expression, assumed zero
practisePRACTISEALL.pwn(210) : fatal error 107: too many error messages on one line
203 -
pawn Код:
INI_ParseFile(FactionPath(playerid, "LoadFaction_%s", .bExtra = true, .extra = playerid);
pawn Код:
fInfo[playerid][fFactionID] = 0;