Results 1 to 7 of 7

Thread: weapon invisible

  1. #1
    Private First Class
    Join Date
    Feb 2013
    Posts
    201
    Thanks
    4
    Thanked 10 Times in 7 Posts

    weapon invisible

    hello , i add new weapon on my mod .
    if i choice barratt [scope mw4] my weapon is invisible , if i shoot i see weapon 1sec.

  2. #2
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts
    If i am right it might be because you have too many precached weapons in your mod

  3. The Following 2 Users Say Thank You to EvoloZz For This Useful Post:

    kung foo man (14th June 2013),Loveboy (15th June 2013)

  4. #3
    Private First Class
    Join Date
    Feb 2013
    Posts
    201
    Thanks
    4
    Thanked 10 Times in 7 Posts
    can i make a new script and precached weapon on this script ?

  5. #4
    Private
    Join Date
    Jul 2012
    Posts
    76
    Thanks
    9
    Thanked 56 Times in 38 Posts
    As EvoloZz said, there is a limit. It doesn't matter in which or how many script-files you precache them. You have reached the maximum and the only way to avoid that invisible weapons "bug" is to delete some weapons from your mod.

  6. The Following User Says Thank You to Peterlankton For This Useful Post:

    kung foo man (14th June 2013)

  7. #5
    Lieutenant Loveboy's Avatar
    Join Date
    Nov 2012
    Posts
    546
    Thanks
    229
    Thanked 72 Times in 46 Posts
    if it's not full, you have to precache that in _weapons.gsc (iw_07.iwd/maps/mp/gametypes/_weapons.gsc). You must write there: precacheItem("weapon_mp");
    Just write it under the other precached weapons. If you get a error names bad command byte then your mod is too full. Or if it doesn't work, you have to delete some weapons, or try to change your server in 1.3, there you can make a lot of weapons

  8. The Following User Says Thank You to Loveboy For This Useful Post:

    kung foo man (15th June 2013)

  9. #6
    Private First Class
    Join Date
    Feb 2013
    Posts
    201
    Thanks
    4
    Thanked 10 Times in 7 Posts
    Loveboy thanks is the limit , but how can i add more weapons ?

  10. #7
    Lieutenant Loveboy's Avatar
    Join Date
    Nov 2012
    Posts
    546
    Thanks
    229
    Thanked 72 Times in 46 Posts
    If you have more weapons, you must add the weapons files (xmodel,xmodelparts,xmodelsurfs,weapons......) and do that in a .iwd file (zzz_example.iwd), with the _weapons.gsc you must precache it (precacheItem("weapon_mp"); and if you have all then you should can play with the weapons, if not then its the limit, delete some weapons OR change the server to version 1.3 (ask your hoster to change it for 1.3) then you can add very very much weapons and they should not bug (weapon invisible)

  11. The Following User Says Thank You to Loveboy For This Useful Post:

    kung foo man (15th June 2013)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •