View Single Post
headline
SourceMod Moderator
Join Date: Mar 2015
Old 07-08-2018 , 20:58   Re: SourceMod 1.9 Now Stable!
#16

Quote:
Originally Posted by DeepLearning View Post
Is there any cons and pros compiling old plugins with new compiler?
The sourcepawn compiler is always evolving with fixes and the occasional optimization (ty dvander), so sticking to the latest stable compiler is always a good idea. I could list pros and cons, but it's overwhelmingly pros.


Quote:
Originally Posted by DeepLearning View Post
Rewriting old plugins to new syntax worth time?
Eventually, old style scripts will fall deeper into deprecation. I'm unsure if they'll ever outright break, but new features (1.7.3 and forward) won't have old style recreations. If you're writing scripts, I'd start at least using the new syntax for new plugins. Whether it's worth your time to update old scripts is up to you.

Quote:
Originally Posted by DeepLearning View Post
Should i recompile old but working extensions?
Older extensions won't need a higher sourcemod version unless they rely on a new feature. Old extensions should continue to work fine.

Last edited by headline; 07-08-2018 at 22:13.
headline is offline