AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Store (https://forums.alliedmods.net/forumdisplay.php?f=157)
-   -   Issue Adding Custom Nades to Store (https://forums.alliedmods.net/showthread.php?t=325017)

halis 06-05-2020 06:16

Adding Custom Nades to Store
 
Hello, i was trying to add eminem's CS 1.6 nades (https://gamebanana.com/skins/160827) to my store in CS:GO. I made something like this in items.txt, but it didnt work. Can someone help?:

Quote:

"CS 1.6 Flashbang"{
"model" "models/weapons/eminem/grenade_pack/v_grenade_infect.mdl"
"entity" "weapon_flashbang"
"price" "1000"
"type" "CustomModel"
}

SSheriFF 06-05-2020 06:26

Re: Adding Custom Nades to Store
 
write it like that:
Code:

"CS 1.6 Flashbang"{
"model" "models/weapons/eminem/grenade_pack/v_grenade_infect.mdl"
"grenade" "flashbang"
"price" "1000"
"type" "grenadeskin"
}


halis 06-05-2020 07:31

Re: Adding Custom Nades to Store
 
Quote:

Originally Posted by SSheriFF (Post 2704089)
write it like that:
Code:

"CS 1.6 Flashbang"{
"model" "models/weapons/eminem/grenade_pack/v_grenade_infect.mdl"
"grenade" "flashbang"
"price" "1000"
"type" "grenadeskin"
}


I already tried it, i dont want it to be shown when you throw the bomb i want it to shown in your hand instead of the nade. Like this: https://screenshots.gamebanana.com/i...869f7f146c.jpg

Sandervraun 01-06-2021 21:41

Re: Adding Custom Nades to Store
 
Did you ever find a fix for this issue?
I also tried to get custom grenades, but when throwing them they do not show as the model I want...

halis 06-25-2021 08:02

Re: Adding Custom Nades to Store
 
Quote:

Originally Posted by Sandervraun (Post 2731629)
Did you ever find a fix for this issue?
I also tried to get custom grenades, but when throwing them they do not show as the model I want...

yes, you need to download this:
https://forums.alliedmods.net/showpo...0&postcount=80

and do it like this:


Code:

                        "CS:S Flashbang"
                        {
                              "model"  "models/weapons/eminem/flashbang/css/v_flashbang.mdl"
                              "entity"  "weapon_flashbang"
                              "price"        "0"
                              "type"        "CustomModel" 
                              "slot"  "1"
                              "flag" "r"
                      }



All times are GMT -4. The time now is 04:20.

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