"Groups" to "Factions"
#1

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
Код:
(10287) : warning 219: local variable "Faction" shadows a variable at a preceding level
and the line "10287" is
Код:
public LiteralFactionMessage(Faction, colour, string[])
so i changed it to
Код:
public LiteralFactionMessage(faction, colour, string[])
but then i got this Error:
Код:
(10287) : error 025: function heading differs from prototype
any help is Hugely appreciated Thanks
Reply


Messages In This Thread
"Groups" to "Factions" - by Deal-or-die - 31.12.2010, 06:29
Re: "Groups" to "Factions" - by Flyfishes - 31.12.2010, 06:34
Re: "Groups" to "Factions" - by Deal-or-die - 31.12.2010, 06:37
Re: "Groups" to "Factions" - by MadeMan - 31.12.2010, 07:38
Re: "Groups" to "Factions" - by Deal-or-die - 31.12.2010, 07:43
Re: "Groups" to "Factions" - by Deal-or-die - 31.12.2010, 07:59
Re: "Groups" to "Factions" - by yanir3 - 31.12.2010, 08:00
Re: "Groups" to "Factions" - by Deal-or-die - 31.12.2010, 08:03

Forum Jump:


Users browsing this thread: 1 Guest(s)