View Single Post
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 06-15-2020 , 04:59   Re: Need help with compileing my sp plugin.
Reply With Quote #25

Quote:
Originally Posted by Jackkkk View Post
okay i will describe my problem as good as possible.

I made my plugin with the hellp of acouple youtube videos and then it was time for compiling and when i compiled my plugin with spedit i got these errors:

error 107: cannot call methods on a function
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
error 029: invalid expression, assumed zero
fatal error 190: too many error messages on one line

i attached my plugin at the bottom for you to look.

Thats all i did.
Hm, that error was already addressed in this thread, didn't you try what was suggested or even check out the fixed script posted by Kellan123?

When looking at all the differences between the lines causing errors in your script and the one they posted you'd be able get good clues about what went wrong.

I was asking about the other plugins you were having problems compiling and the compiler version you're trying to compile them with. The SourcePawn language had some breaking changes over the years and some old plugins might not compile on new compilers same for new plugins not compiling on old compilers. That's why the compiler version is important for you to consider when debugging other people's code.

This feels like you're not even trying, sorry.
__________________
Peace-Maker is offline