Results 130 comments of Nexius

So then just reset the special action if player is pressing KEY_SECONDARY_ATTACK or (if he still could drop it into clientside pickup) reset the special action when player detected by...

I thought about it and most likely you are right. Despite the fact that in most cases you can search by nickname and you will find the desired player by...

> I don't suppose you have any suggestions to make this easier? The only intention that I have now is to make it easier in the second (v2.0) version of...

@alextwothousand Original v2 is still in development so you can just PR anything you consider important here if it will not break any compatibilities like: * Adding/swaping/deleting numerical anti-cheat codes...

Any YSI library can be used only as optional dependency like it is now with YSF, SKY, weapon-config, Streamer Plugin, foreach, sscanf and Pawn.RakNet. I am against "required" dependencies, because...

Any const-correctness must be implemented without breaking compatibility with default pawn compiler. Just adding "const" everywhere you only make it impossible to use the include with the default samp includes...

To be honest from my part, I find it simply the stupidest and absolutely irresponsible decision to introduce such radical warnings by the pawn-lang team, which forces users to choose...

Fix your code then

Seems the only solution for now is to make a right order of plugin connection. Try to add pawn.raknet after sampvoice plugin in your server.cfg. If you already have this...

How it's related to Pawn.RakNet plugin itself?