Redefinition macro symbol after using evf.inc - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Redefinition macro symbol after using evf.inc (
/showthread.php?tid=609480)
Redefinition macro symbol after using evf.inc -
PowerF - 13.06.2016
Код:
evf.inc(863) : warning 201: redefinition of constant/macro (symbol "CreateVehicle")
evf.inc(869) : warning 201: redefinition of constant/macro (symbol "DestroyVehicle")
evf.inc(875) : warning 201: redefinition of constant/macro (symbol "AddStaticVehicle")
evf.inc(881) : warning 201: redefinition of constant/macro (symbol "AddStaticVehicleEx")
evf.inc(923) : warning 201: redefinition of constant/macro (symbol "CreateVehicle")
evf.inc(924) : warning 201: redefinition of constant/macro (symbol "DestroyVehicle")
evf.inc(925) : warning 201: redefinition of constant/macro (symbol "AddStaticVehicle")
evf.inc(926) : warning 201: redefinition of constant/macro (symbol "AddStaticVehicleEx")
define.inc(102) : warning 201: redefinition of constant/macro (symbol "INVALID_SEAT_ID")
define.inc(136) : error 021: symbol already defined: "IsValidVehicle"
what's the problem?
Re: Redefinition macro symbol after using evf.inc -
PowerF - 13.06.2016
PLEASE HELP!
Re: Redefinition macro symbol after using evf.inc -
Sew_Sumi - 13.06.2016
24 hour bumps. Read the rules.
Another good idea is to link where the include is from.
Re: Redefinition macro symbol after using evf.inc -
PowerF - 13.06.2016
Quote:
Originally Posted by Sew_Sumi
24 hour bumps. Read the rules.
Another good idea is to link where the include is from.
|
okay sorry,I got the include from rootcause's thread.
and I already tried from evf thread itself,it's still shows the error.
Re: Redefinition macro symbol after using evf.inc -
Sew_Sumi - 13.06.2016
EVF is from Emmets Extended Vehicle Functions.