diff --git a/chat_commands/chat_commands.gsc b/chat_commands/chat_commands.gsc index d5b3d13..431f575 100644 --- a/chat_commands/chat_commands.gsc +++ b/chat_commands/chat_commands.gsc @@ -509,6 +509,11 @@ WeaponDoesNotExistError(weaponName) return array("The weapon " + weaponName + " doesn't exist"); } +NotEnoughPointsError() +{ + return array("You don't have enough points to do that"); +} + /* Utils section */