Finished ZMarket. Includes rebuy and auto-rebuy which can be disabled by cvar (and clients can disable auto-rebuy in-game)
* "stock'd" a couple functions.
This commit is contained in:
@ -72,7 +72,7 @@ RestrictLoad()
|
||||
decl String:weapontype[WEAPONS_MAX_LENGTH];
|
||||
new String:weapontypes[WEAPONS_RESTRICT_MAX_TYPES][WEAPONS_MAX_LENGTH];
|
||||
|
||||
// x = array index
|
||||
// x = Array index.
|
||||
new size = GetArraySize(arrayWeapons);
|
||||
for (new x = 0; x < size; x++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user