13.08.2009, 14:27
Quote:
Originally Posted by Incognito
Those are not "fake" callbacks. Polling the plugin on a timer in PAWN is the safest way to execute any AMX functions from the main thread. If you put that code in a thread of your own, it will simply crash the server.
|
Could you please explain more how to crash it? I'm interested because you said "it WILL crash" and not "it MAY crash".