.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Metamod and metamod plugins (http://forums.bots-united.com/forumdisplay.php?f=15)
-   -   item number for SG550? (http://forums.bots-united.com/showthread.php?t=4765)

Riddick51 20-12-2005 20:48

item number for SG550?
 
in HL1: CS 1.6:

im trying to place the SG550 (CT auto-sniper rifle) on a map using the maps .ent file.

i know there is something called an "armory" "entity" and an associated "item number" for a given weapon. i need the item number for the SG550 so i can put it in the .ent file for the map and it will be available for players to pick-up.

goal: place scout, G3/SG-1, and SG550 on three sides at the top of a box the scout and G3/SG-1 i have the correct item identifiers for. all i need is the"item" number identifier for the SG550.

ok, i'll stop repeating myself now :s

sPlOrYgOn 20-12-2005 21:25

Re: item number for SG550?
 
Code:

        item(choices)  : "Item" : 0 =
        [
                0: "weapon_mp5navy"
                1: "weapon_tmp"
                2: "weapon_p90"
                3: "weapon_mac10"
                4: "weapon_ak47"
                5: "weapon_sg552"
                6: "weapon_m4a1"
                7: "weapon_aug"
                8: "weapon_scout"
                9: "weapon_g3sg1"
                10: "weapon_awp"
                11: "weapon_m3"
                12: "weapon_xm1014"
                13: "weapon_m249"
                14: "weapon_flashbang"
                15: "weapon_hegrenade"
                16: "item_kevlar"
                17: "item_assaultsuit"
                18: "weapon_smokegrenade"
        ]

useful info in cs fgd

Riddick51 20-12-2005 21:36

Re: item number for SG550?
 
thank you, that list is helpful. item number for the SG550? ^^

Austin 30-12-2005 02:09

Re: item number for SG550?
 
9

9: "weapon_g3sg1"


All times are GMT +2. The time now is 05:20.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.