27.01.2012, 08:12
nothing will happen, thats the magic. this pseudo-function is meant to be implemented in your script. it never used by the gamemode, its "invisible" to the amx-processor. if you try to decompile it (which no scripter needs to do since he scripted his own gamemode, ergo he should own the .pwn source), then the decompiler will have a certain issue at handling that non-used (or cancelled? dont know the word) array, and will cause the decompiler stop working at your script. its basically a lock. i strongly suggest to implement this snippet in all your major scripts (gamemode, admin script, unique stuff aswell)...

