View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 08-09-2017 , 09:14   Re: OnWeapon_Precache error
Reply With Quote #6

Quote:
Originally Posted by leonardo121 View Post
use a const with all weapon classname
Just write manually all weapon names in a constant and loop over that.
PHP Code:
new const Something[][] = 
{
   ....
}

for()
{
  ....
code

__________________
HamletEagle is offline