AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   Error with Zephyrus Store addon. (https://forums.alliedmods.net/showthread.php?t=324955)

Ironman1M 06-02-2020 06:38

Error with Zephyrus Store addon.
 
Hello, I installed Zephyrus Store with the Custom Knives addon and after I changed the items.txt to include only weapons instead of knives and put 2 custom AWPs in it, I get these errors.

Code:

L 06/02/2020 - 12:28:10: [SM] Exception reported: Plugin handle 62e501b3 is invalid (error 1)
L 06/02/2020 - 12:28:10: [SM] Blaming: store.smx
L 06/02/2020 - 12:28:10: [SM] Call stack trace:
L 06/02/2020 - 12:28:10: [SM]  [0] Call_StartFunction
L 06/02/2020 - 12:28:10: [SM]  [1] Line 922, store.sp::Native_RemoveItem
L 06/02/2020 - 12:28:10: [SM]  [3] Store_RemoveItem
L 06/02/2020 - 12:28:10: [SM]  [4] Line 2670, store.sp::Store_SellItem
L 06/02/2020 - 12:28:10: [SM]  [5] Line 1830, store.sp::MenuHandler_Item
L 06/02/2020 - 12:28:10: [SM]  [7] Call_Finish
L 06/02/2020 - 12:28:10: [SM]  [8] Line 2026, store.sp::MenuHandler_Confirm
L 06/02/2020 - 12:31:00: [SM] Exception reported: Plugin handle 62e501b3 is invalid (error 1)
L 06/02/2020 - 12:31:00: [SM] Blaming: store.smx
L 06/02/2020 - 12:31:00: [SM] Call stack trace:
L 06/02/2020 - 12:31:00: [SM]  [0] Call_StartFunction
L 06/02/2020 - 12:31:00: [SM]  [1] Line 2960, store.sp::Store_UseItem
L 06/02/2020 - 12:31:00: [SM]  [2] Line 2347, store.sp::SQLCallback_LoadClientInventory_Equipment

And so on... My items.txt is ( at the end of the file ) the following.

Code:

       
        "Custom Weapons"
        {
              "Anime awp"
              {
              "model"  "models/weapons/v_animeawp.mdl"
              "worldmodel"  "models/weapons/w_animeawp.mdl"
              "entity"  "weapon_awp"
              "price"        "50"
              "type"        "CustomModel" 
              "slot"  "1"
              }
             
              "Freedom AWP"
              {
              "model"  "models/weapons/v_snip_awp.mdl"
              "worldmodel"  "models/weapons/w_snip_awp.mdl"
              "entity"  "weapon_awp"
              "price"                "3000"
              "type"                "CustomModel" 
              "slot"  "1"
              } 
      }
}


Ironman1M 06-04-2020 03:05

Re: Error with Zephyrus Store addon.
 
Fixed it :bacon!:

SpirT 06-18-2020 17:48

Re: Error with Zephyrus Store addon.
 
Quote:

Originally Posted by Ironman1M (Post 2703893)
Fixed it :bacon!:

It would be nice to post the solution here so if people get the same problem they can find the answer here instead of creating a post...


All times are GMT -4. The time now is 21:19.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.