31.12.2010, 06:29
Im using a script that my mate gave me before going on holiday and i just went through the script changing all of the "Group"s to "Faction"s and all the "group"s to "faction"s but when i compile it gives me an error
and the line "10287" is
so i changed it to
but then i got this Error:
any help is Hugely appreciated Thanks
Код:
(10287) : warning 219: local variable "Faction" shadows a variable at a preceding level
Код:
public LiteralFactionMessage(Faction, colour, string[])
Код:
public LiteralFactionMessage(faction, colour, string[])
Код:
(10287) : error 025: function heading differs from prototype