SA-MP Forums Archive
Errors...loadshit. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Errors...loadshit. (/showthread.php?tid=276125)



Errors...loadshit. - Darnell - 12.08.2011

http://pastebin.com/j12qhpgW
Theses are errors & lines.


Re: Errors...loadshit. - MadeMan - 12.08.2011

You are using the same name for variables and public functions.


AW: Errors...loadshit. - Drebin - 12.08.2011

Didn't you read the errors and thought about it a second ?
pawn Код:
error 021: symbol already defined: "Gate1"
Means that you defined "Gate1" twice -> change the name of one of these variables.


Re: Errors...loadshit. - Darnell - 12.08.2011

Uhm, fixed .