SA-MP Forums Archive
small problem - 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: small problem (/showthread.php?tid=643692)



small problem - Chickenmofo - 25.10.2017

Код:
D:\New folder (2)\pawno\TDMv0.1.pwn(110) : error 021: symbol already defined: "AddStaticVehicle"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
its have error can solutions??


Re: small problem - kingmk - 25.10.2017

Quote:
Originally Posted by Chickenmofo
Посмотреть сообщение
Код:
D:\New folder (2)\pawno\TDMv0.1.pwn(110) : error 021: symbol already defined: "AddStaticVehicle"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
its have error can solutions??
Somewhere in your gamemode, u have defined AddStaticVehicle twice.
Fine public AddStaticVehicle / stock AddStaticVehicle and if u can find it twice, just delete one of them.