Raised This Month: $51 Target: $400
 12% 

Trash


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Admin Commands       
WhiteBlue
Junior Member
Join Date: Jun 2009
Old 06-24-2009 , 13:30   Trash
Reply With Quote #1

Trash

Last edited by WhiteBlue; 07-17-2009 at 08:37.
WhiteBlue is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 06-24-2009 , 13:32   Re: Simple Admin Models
Reply With Quote #2

ResetHud sux for detecting spawn. Use Ham_Spawn
__________________
xPaw is offline
WhiteBlue
Junior Member
Join Date: Jun 2009
Old 06-24-2009 , 13:40   Re: Simple Admin Models
Reply With Quote #3

Quote:
Originally Posted by xPaw View Post
ResetHud sux for detecting spawn. Use Ham_Spawn
Thanks..

Code:
//============================================================================// 
//
// CHANGELOG
//============================================================================// 
// 24.06.09 - Replaced ResetHud with Ham_Spawn
//
//
//============================================================================//
WhiteBlue is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 06-24-2009 , 13:44   Re: Simple Admin Models
Reply With Quote #4

Your statesments are wrong.
Worst than the original.
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 06-24-2009 at 13:46.
ConnorMcLeod is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 06-24-2009 , 13:46   Re: Simple Admin Models
Reply With Quote #5

Use pcvar.

Edit: i would make like this, to save native calls
PHP Code:
public setModelsid ) {
    if( 
get_user_flagsid ) & ADMINMODELS ) {
        new 
iCvar get_cvar_num"amx_adminmodels" );
        
        new 
CsTeams:iTeam cs_get_user_teamid );
        
        switch( 
iTeam ) {
            case 
CS_TEAM_T: {
                switch( 
iCvar ) {
                    case 
1cs_set_user_modelid"admin_te" );
                    default: 
cs_set_user_modelid"arctic" );
                }
            }
            case 
CS_TEAM_CT: {
                switch( 
iCvar ) {
                    case 
1cs_set_user_modelid"admin_ct" );
                    default: 
cs_set_user_modelid"gign" );
                }
            }
        }
    }

__________________

Last edited by xPaw; 06-24-2009 at 13:49.
xPaw is offline
mateo10
Veteran Member
Join Date: Jan 2006
Old 06-29-2009 , 05:34   Re: Simple Admin Models
Reply With Quote #6

This plugin already exists: http://forums.alliedmods.net/showthread.php?p=97428
mateo10 is offline
KadiR
Unnecessary Member
Join Date: Aug 2008
Location: Zürich / Switzerland
Old 06-29-2009 , 06:39   Re: Simple Admin Models
Reply With Quote #7

look @ the difference above..
KadiR is offline
Contrenature
Member
Join Date: Nov 2008
Location: Latvia, Liepaya, Riga
Old 06-29-2009 , 10:01   Re: Simple Admin Models
Reply With Quote #8

WhiteBlue, can you add more admin model choose?!
Like, 3-5 another model select.
Or maybe someone can give some links, where support this models,
i know about fpsbanana, but this models incorect from Server.. and have troubles, with LoadBrush and other errors..
Contrenature is offline
Send a message via Skype™ to Contrenature
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 06-30-2009 , 05:10   Re: Simple Admin Models
Reply With Quote #9

Quote:
Originally Posted by ConnorMcLeod View Post
Your statesments are wrong.
Worst than the original.
Also there are few changes for a new plugin.
Unapproved.
__________________
Still...lovin' . Connor noob! Hello
Alka 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 21:57.


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