Updated translations, converted the menu to use keyword defines instead of hardcoded names.
This commit is contained in:
@ -44,7 +44,7 @@ enum WpnRestrictQuery
|
||||
RestrictInit()
|
||||
{
|
||||
// Initialize weapon restrict array.
|
||||
gRestrictedWeapons = CreateArray(32, 0);
|
||||
gRestrictedWeapons = CreateArray(WEAPONS_MAX_LENGTH, 0);
|
||||
|
||||
// Hook buy command.
|
||||
RegConsoleCmd("buy", RestrictBuyCommand);
|
||||
|
Reference in New Issue
Block a user