SA-MP Forums Archive
1 error - 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: 1 error (/showthread.php?tid=505086)



1 error - UfsDev - 06.04.2014

Код:
C:\Users\Khan\Desktop\map.pwn(3) : error 021: symbol already defined: "AddStaticVehicleEx"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Any Solution +REP


Re: 1 error - VerticalGaming - 06.04.2014

Show me your includes.


Re: 1 error - UfsDev - 06.04.2014

#include <a_samp>


Re: 1 error - Astralis - 06.04.2014

CTRL+F "AddStaticVehicleEx", remove it, keep only one "AddStaticVehicleEx", because its already used 2 (or more) times.


Re: 1 error - UfsDev - 06.04.2014

Quote:
Originally Posted by Neonman
Посмотреть сообщение
CTRL+F "AddStaticVehicleEx", remove it, because its already used 2 times.
still the error,


Re: 1 error - DerickClark - 06.04.2014

Post your code.


Re: 1 error - UfsDev - 06.04.2014

CODE OF ?


Re: 1 error - StuartD - 06.04.2014

What is on Line 3 of your code in map.pwn


Re: 1 error - UfsDev - 06.04.2014

Код:
AddStaticVehicleEx(506,2110.6999512,-2484.6999512,13.3000002,0.0000000,-1,-1,15); //Super GT



Re: 1 error - Basssiiie - 06.04.2014

What is on line 2? What is on line 1? What is on the other lines? We can't tell you any more stuff with the information you are giving. All we can tell is the same as the error. There is a duplication of AddStaticVehicle on line 3.