NotAllowed Langauge Thing

If someone doesn't have permission to use a certain function, it doesn't call the "NotAllowed": part of the language file.

It just says NotAllowed.

 

a9d02e958f2b4036db7eb84fb413e25e.png

PrintMsg(player, "NotAllowed");

Should be changed to:

PrintMsgL(player, "NotAllowed");
Thanks.