SA-MP Forums Archive
[Q] Plugins - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: [Q] Plugins (/showthread.php?tid=434807)



[Q] Plugins - scott1 - 04.05.2013

Hello all,

you may know that sam is one tread game, so i would like to know somethings about plugins.

Do plugins work in the same time as SAMP? Or, Pawn is execute, then plugins, then pawn again, plugins etc etc.

To know if plugins could improve speed of servers

Thank you

Max


Re : [Q] Plugins - scott1 - 06.05.2013

No one got response?

Max


Re: [Q] Plugins - Dan.. - 06.05.2013

There is only one thread, the internal "business" is running alternatively with plugins.

In most cases, C++ code is faster than Pawn.

You can write gamemodes in C++. Check Zeex's "sampgdk" project.