View Single Post
  #1  
Old 07-21-2013, 08:56 PM
i8bit i8bit is offline
Registered User
Join Date: Jul 2013
Posts: 146
i8bit is an unknown quantity at this point
Removing Multiple Weapons

PHP Code:
removeWeapon("Test/One");
removeWeapon("Test/Two");
removeWeapon("Test/Three"); 
Is there a way to remove all weapons starting with Test/ ?
Reply With Quote