Raised This Month: $ Target: $400
 0% 

Sm_Skinchooser


Post New Thread Reply   
 
Thread Tools Display Modes
F1oyd
Junior Member
Join Date: Apr 2013
Old 04-04-2013 , 11:43   Re: Sm_Skinchooser
Reply With Quote #1451

That model menu doesnt come up at the first time.
What we gonna do now?

Last edited by F1oyd; 04-04-2013 at 11:44.
F1oyd is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 04-04-2013 , 11:48   Re: Sm_Skinchooser
Reply With Quote #1452

Ah sorry , I messed up the counter somewhere , I´ll post another version tommorrow , in the meantime set the counter to 2 so it should be shown....on teamjoin....
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline
F1oyd
Junior Member
Join Date: Apr 2013
Old 04-04-2013 , 12:09   Re: Sm_Skinchooser
Reply With Quote #1453

Which command do u mean?
Which counter?

@EDIT
Nvm already done
thanks
Im gonna wait for your new version

Last edited by F1oyd; 04-04-2013 at 12:11. Reason: already done
F1oyd is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 04-04-2013 , 12:19   Re: Sm_Skinchooser
Reply With Quote #1454

Try this one , should work ....
Attached Files
File Type: smx sm_skinchooser.smx (13.5 KB, 97 views)
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline
F1oyd
Junior Member
Join Date: Apr 2013
Old 04-04-2013 , 12:36   Re: Sm_Skinchooser
Reply With Quote #1455

Yea it is working,thx
But if iam the motherzombie it spams then 2x times
could you reduce it 1 time.
F1oyd is offline
F1oyd
Junior Member
Join Date: Apr 2013
Old 04-04-2013 , 15:07   Re: Sm_Skinchooser
Reply With Quote #1456

Hello,
I have another problem.
That Menu for Donator(Reserved) Models doesnt come up.
Ive created a group via SourceBans which calls ''Member''.
Here I can show you a picture.

http://www10.pic-upload.de/04.04.13/ykddbzpvmdj.png

Maybe someone can help me.

Cheers!

Last edited by F1oyd; 04-04-2013 at 15:08.
F1oyd is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 04-04-2013 , 15:11   Re: Sm_Skinchooser
Reply With Quote #1457

use admin_groups.cfg for setting up a group , in the next release I will disable the message it´s just an info that it is working when you reached the limit......I´ll loading up the full package tomorrow....
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline
F1oyd
Junior Member
Join Date: Apr 2013
Old 04-04-2013 , 15:55   Re: Sm_Skinchooser
Reply With Quote #1458

Still doesnt work.
If I dont add a flag this group will be deleted after the server restart.
Here's a picture of my admin_groups.cfg

http://www7.pic-upload.de/04.04.13/e7h8k5lunnp.png
F1oyd is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 04-05-2013 , 06:21   Re: Sm_Skinchooser
Reply With Quote #1459

ex. setting up group:

admins.cfg
Code:
Admins
{
        "your Name"
        {
                "auth"                  "steam"
                "identity"              "STEAM_your Steamid"
                "flags"                 "abcdefghijkmopqrstz"
                "immunity"              "1"
                "group"               "Member"
        }
}
admin_groups.cfg
Code:
Groups
{
    /**
     * Allowed properties for a group:
     *
     *   "flags"           - Flag string.
     *   "immunity"        - Immunity level number, or a group name.
     *                         If the group name is a number, prepend it with an 
     *                         '@' symbol similar to admins_simple.ini.  Users 
     *                         will only inherit the level number if it's higher 
     *                         than their current value.
     */
    "Member"
    {
        "immunity"        "1"
    }
}
skins.ini
Code:
//Configure your menu here
"Models"
{
    "Admin Models"
    {
        "Admin" "t"
        "Team1"
        {
            "Snowtrooper"
            {
                "path" "models\player\b4p\b4p_snowtrooper\b4p_snowtrooper.mdl"
            } 
        }

        "Team2"
        {
            "Rodian"
            {
                "path" "models\player\b4p\b4p_rodian\b4p_rodian.mdl"
            }
        }
    }

    "Public Models"
    {
        "Admin" ""
        "Team1"
        {
            "Tusken"
            {
                "path" "models\player\b4p\b4p_tusken\b4p_tusken.mdl"
            }
            "Stormt"
            {
                "path" "models\player\b4p\b4p_stormt\b4p_stormt.mdl"
            }
            "Imperial"
            {
                "path" "models\player\b4p\b4p_imperial\b4p_imperial.mdl"
            }
            "Chewbacca"
            {
                "path" "models\player\b4p\b4p_chewbacca\b4p_chewbacca.mdl"
            }
        }

        "Team2"
        {
            "Rebel"
            {
                "path" "models\player\b4p\b4p_rebel\b4p_rebel.mdl"
            }
            "Jawa"
            {
                "path" "models\player\b4p\b4p_jawa\b4p_jawa.mdl"
            }
            "C3PO"
            {
                "path" "models\player\b4p\b4p_c3po\b4p_c3po.mdl"
            }
            "Bobafett"
            {
                "path" "models\player\b4p\b4p_bobafett\b4p_bobafett.mdl"
            }
        }
    }

    "Reserved Models"
    {
        "Admin" "Member"
        "Team1"
        {
            "Yoda"
            {
                "path" "models\player\b4p\b4p_yoda\b4p_yoda.mdl"
            }
        }

        "Team2"
        {
            "Darth Vader"
            {
                "path" "models\player\b4p\b4p_vader\b4p_vader.mdl"
            }
        }
    }
}


//If you use Fastdownload make sure all your model and material files are on your webserver!!!
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline
F1oyd
Junior Member
Join Date: Apr 2013
Old 04-05-2013 , 07:46   Re: Sm_Skinchooser
Reply With Quote #1460

Still doesnt work,
could you tell me your steamname?
So We can talk there
F1oyd is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:07.


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