AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   Items on heads (https://forums.alliedmods.net/showthread.php?t=180797)

viRR 03-20-2012 13:22

Items on heads
 
Hi guys,
I saw a plugin on public server, but I forgot where...
It was a plugin which added for VIPs/Admins
items on their heads

It was items like: hat, bucket, mask, head of the snowman, pumpkin...

If anyone know this plugin and it is public plugin, could you send me a link or something?
thx for help and sorry for my bad englis ;)

Mitchell 03-20-2012 13:27

Re: Items on heads
 
Please search before posting.
https://forums.alliedmods.net/search...archid=8695149

viRR 03-20-2012 13:39

Re: Items on heads
 
I've tried a lot to find it. But I failed because I didn't found nothing about items on head for CS:S..

Mitchell 03-20-2012 13:48

Re: Items on heads
 
http://www.sourcemod.net/plugins.php...=hats&search=1

viRR 03-20-2012 14:15

Re: Items on heads
 
Yes, I know about these plugins but all of them are for TF2.. CSS is not supported

Powerlord 03-20-2012 14:40

Re: Items on heads
 
Quote:

Originally Posted by viRR (Post 1672607)
Yes, I know about these plugins but all of them are for TF2.. CSS is not supported

There were 3 plugins in the search results in the post directly before yours. The first is to remove all hats in TF2. The second is to add hats in L4D and L4D2. The third is to add hats in any game except TF2 (because Valve makes hats invisible in TF2 if you try to add them) and its example code is given for the game "cstrike", whatever that is.

I'm going to say you're wrong.

viRR 03-20-2012 19:10

Re: Items on heads
 
Powerlord I've tried do it about 3 hours, I added my models but plugin says:

Code:

[Hats] Sorry, but the model you are using doesn't support hats.
It has no future ;(

Koga73 03-21-2012 06:50

Re: Items on heads
 
First things first.
~ Use this for CS:S - http://forums.alliedmods.net/showthread.php?p=1618769
[[ Requires the latest SDKHooks ]] - http://forums.alliedmods.net/showthread.php?t=106748
Also, hats package: http://www.garrysmod.org/downloads/?a=view&id=97791

Did you put the model path right?
Code:

    "HAT NAME"
    {
            "model"        "MODEL PATH RELATIVE TO CSTRIKE"
            "position"    "<x> <y> <z>"
            "angles"    "<pitch> <yaw> <roll>"
            "flag"  "LEAVE THIS BLANK TO MAKE IT PUBLIC"
            "team" "<0=All/2=Terrorist/3=Counter-Terrorist>
    }


viRR 03-21-2012 15:15

Re: Items on heads
 
Thank you.. :wink:


All times are GMT -4. The time now is 03:39.

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