Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define MaxWeapons 1
- str WeaponInfo [MaxWeapons] [4] {
- {
- "$PEESTOL", // Name
- "PISTOLICON", // Icon
- "PISTOLICON2", // Bought icon
- "$PEESTOLDESC", // Description
- "$AMMOTYPE9MM", // Ammo type
- "$PEESTOLROF", // Rate of fire
- "$PEESTOLDMG", // Damage
- "$PEESTOLAE", // Ammo efficiency
- }
- }
- // LANGUAGE lump
- AMMOTYPE9MM = "9mm parabellum";
- PEESTOL = "Peestol";
- PEESTOLDESC = "A shitty pistol.\n\nUpgrade: Makes it even shittier";
- PEESTOLROF = "0.5 RPM";
- PEESTOLDMG = "1 HP";
- PEESTOLAE = "Goes through bullets like an alcoholic goes through booze.";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement