katursis / Pawn.CMD

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

invalid unordered_map<K, T> key #25

Closed qSorin closed 4 years ago

qSorin commented 4 years ago

image

My ongamemodeinit ! image

I use latest version.

katursis commented 4 years ago

Try that.

https://github.com/urShadow/Pawn.CMD/issues/23

qSorin commented 4 years ago

Nope, it's not work... image

@urShadow

katursis commented 4 years ago

Try to register aliases via "alias" macro instead of manual calling PC_RegAlias.

qSorin commented 4 years ago

Nope, it's not work with alias. it's a same problem!

image

katursis commented 4 years ago

Can you attach server_log.txt?

qSorin commented 4 years ago

Of course server_log.txt

katursis commented 4 years ago

I think you try to register an alias for command that does not exist.

qSorin commented 4 years ago

Yea.. my problem is solved. Thanks you @urShadow !