mirror of
https://github.com/Resxt/Plutonium-T6-Scripts.git
synced 2025-04-20 14:05:44 +00:00
chat_commands 1.1.3
Added the NotEnoughPointsError
This commit is contained in:
parent
54c2c70b30
commit
8bb3055978
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user