katursis / Pawn.CMD

🚀 Plugin-powered command processor for SA:MP server
MIT License
119 stars 13 forks source link

Switching from YCMD to Pawn.CMD causes delay between commands. #28

Closed Rewgger closed 4 years ago

Rewgger commented 4 years ago

Recently I decided to switch from YCMD to Pawn.CMD, and didn't pay attention at all, it compiled, uh oh it should work, right? I was focusing on upgrading the script along with the other developer, updating YSI, updating plugins, etc... But now I realized that there is at least 3-4 seconds delay, rephrase, commands don't work 3-4 seconds after one command was executed. So basically let's say I type /help, it executes, I try to /help again, it doesn't work. I spam /help it doesn't work. I've to wait 3-4 seconds, then /help for it to work. Only this is logged when I run the server, but later on no errors, no nothing. [10:19:14] [Pawn.CMD] PC_RegAlias: invalid unordered_map<K, T> key

[10:19:14] [Pawn.CMD] PC_RegAlias: invalid unordered_map<K, T> key Hopefully you can help me regarding this issue?

Rewgger commented 4 years ago

Solved.