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



Compile problem - Sajeevan - 15.05.2012

Help please.
Code:
(2395) : error 010: invalid function or declaration
(2403) : error 010: invalid function or declaration
(2408) : error 021: symbol already defined: "SetCityInformation"
(2410) : error 021: symbol already defined: "CamelSystem"
(2416) : error 021: symbol already defined: "SetWeather"
(2422) : error 021: symbol already defined: "SetWorldTime"
(2430) : error 021: symbol already defined: "SetWorldTime"
(2434) : error 021: symbol already defined: "SetTimer"
(2459) : error 021: symbol already defined: "CreateObject"
(2462) : error 021: symbol already defined: "AddStaticVehicleEx"
(2478) : error 010: invalid function or declaration
(2481) : error 021: symbol already defined: "SetGameModeText"
(2483) : error 010: invalid function or declaration
(2487) : error 010: invalid function or declaration
(2492) : error 010: invalid function or declaration
(2497) : error 010: invalid function or declaration
(2504) : error 010: invalid function or declaration



Re: Compile problem - Saad_ - 15.05.2012

The one's which say symbol already defined means they already exist somewhere in your script just, CTRL + F, and search about them, maybe if you can post your code to pastebin


Re: Compile problem - miley1 - 15.05.2012

It are simple errors i suggest u search for those lines maybe u already defined while it was already defined delete those lines maybe also work but i aint good scripter for this


Re: Compile problem - $$inSane - 15.05.2012

very simple errors
delete the same lines which are repeated and delete invalid variables or defines
there could be ur signs problem as u would have put brackets or any other sign at wrong place
try to use my idea and fix ur errors


Re: Compile problem - Faisal_khan - 15.05.2012

Do Ctrl+G and find the line. Then post these lines here we will check the problem.


Re: Compile problem - TzAkS. - 15.05.2012

Post the lines with invalid function or declaration
The other delete them.


Re: Compile problem - Sajeevan - 15.05.2012

Fixed.