View Single Post
leonardo121
Member
Join Date: Sep 2013
Old 08-09-2017 , 09:23   Re: OnWeapon_Precache error
Reply With Quote #7

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

for()
{
  ....
code

yhea like this
__________________
" In the end it doesn't even matter " - Linkin Park
leonardo121 is offline