AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   ADMIN MODEL HALO EDITION (https://forums.alliedmods.net/showthread.php?t=19944)

angel killer 10-29-2005 04:55

ADMIN MODEL HALO EDITION
 
3 Attachment(s)
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
}


}

bmann_420 10-29-2005 05:16

Hsnt this been out? I have used it before, but it messed with my bots :evil: Peice of crap bots, anyway thougth this was made for sure. If so, then what is the difference?

angel killer 10-29-2005 05:22

well not this exact variation of it was made this is jsut a remake of kaos admin models and instead usign halo

angel killer 10-29-2005 05:23

EDITED

bmann_420 10-29-2005 05:33

you should put them in the first post = New members will ask where the hell they are without looking :D

angel killer 10-29-2005 05:40

o ok will do that

forbiddenct 11-06-2005 04:25

hey i post this plugin in superhero web page. hey u copy mine.

bmann_420 11-08-2005 16:14

OpenSource. Diff webpage

Charr 11-13-2005 12:18

Quote:

Originally Posted by forbiddenct
hey i post this plugin in superhero web page. hey u copy mine.

Like you care about proper credits...

angel killer 11-17-2005 12:25

actually i didnt copy shit it meens that we both had the same idea and same resources

( i hate the bullshti about people oooo you copy mine (fucking learn to speak english its you copied mine) any way i didnt copy shiat because chances are this has been done 30 times on differnt websites so go grab your chopstick and stick them in your but ass hole


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

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