Raised This Month: $ Target: $400
 0% 

ADMIN MODEL HALO EDITION


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Plugin Info:     Modification:   ALL        Category:         
angel killer
Senior Member
Join Date: Oct 2005
Location: Califronia
Old 10-29-2005 , 04:55   ADMIN MODEL HALO EDITION
Reply With Quote #1

THIS IS THE HALO REMIX OF KAoS ADMIN SKINS


PLZ GET SKINZ FROM http://forums.alliedmods.net/showthread.php?t=13269

Quote:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <cstrike>

#define PLUGIN "New Plugin"
#define VERSION "1.0"
#define AUTHOR "CREDITS GO TO KAoS and Front Line I JUST PUT them together"


public plugin_init() {
register_plugin("AMX Admin Model HALO EDITION", "1.1.1", "whitemike edited by AngelKiller")
register_event("ResetHUD", "resetModel", "b")
return PLUGIN_CONTINUE
}

public plugin_precache() {
precache_model("models/player/halo_ct/halo_ct.mdl")
precache_model("models/player/halo_t/halo_t.mdl")

return PLUGIN_CONTINUE
}

public resetModel(id, level, cid) {
if (get_user_flags(id) & ADMIN_KICK) {
new CsTeams:userTeam = cs_get_user_team(id)
if (userTeam == CS_TEAM_T) {
cs_set_user_model(id, "halo_t")
}
else if(userTeam == CS_TEAM_CT) {
cs_set_user_model(id, "halo_ct")
}
else {
cs_reset_user_model(id)
}
}

return PLUGIN_CONTINUE
}


}
Attached Files
File Type: sma Get Plugin or Get Source (halo_remix.sma - 1577 views - 1.1 KB)
File Type: zip ct_halo_skin.zip (1.33 MB, 667 views)
File Type: zip t_halo_skin.zip (1.33 MB, 546 views)
angel killer is offline
Send a message via AIM to angel killer
 



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:03.


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