Raised This Month: $ Target: $400
 0% 

Terminator-800 v1.0 (ADMIN ONLY)


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Fun Stuff       
NK
Junior Member
Join Date: Nov 2005
Location: UNKNOWN
Old 11-22-2005 , 02:02   Terminator-800 v1.0 (ADMIN ONLY)
Reply With Quote #1

Get A Terminator-800 Skin For Admin With ADMIN_KICK Access

Code:
/* Admin Terminator-800 */ **************************************** *Credits:Carbine/KaOs                  * *Easy Coding:Good For Beginner         * *Site:<a href="http://www.matrixnightkids.bravehost.com*" target="_blank" rel="nofollow noopener">www.matrixnightkids.bravehost.com*</a> *Forums:forums.cjb.net/nightkids.html  * *                                      * *                                      * *                                      * **************************************** #include <amxmodx> #include <amxmisc> #include <cstrike> #define PLUGIN "Admin Terminator-800" #define VERSION "1.0" #define AUTHOR "Carbine/KaOs" public plugin_init() {     register_plugin("AMXX ADMIN TERMINATOR-800", "v0.1", "Carbine/KaOs")         register_event("ResetHUD", "resetModel", "b")         return PLUGIN_CONTINUE } public plugin_precache() {         precache_model("models/player/t800/t800.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, "t800")                 }                 else if(userTeam == CS_TEAM_CT) {                         cs_set_user_model(id, "t800")                 }                 else {                         cs_reset_user_model(id)                 }         }         return PLUGIN_CONTINUE }
*********************UPGRADE***************** ***************
The Terminator Fixed With CS Model (No More Twisted Body)

******************COMING UP v1.0+****************************
Coming Up:
Terminator With Red Vision (RED EYE)
Terminator With Skin Transformation (TS/CT)
Terminator With Metal Hand (KNIFE)
Terminator With 1000ap
Terminator With More Colour
Admin Can Give Commands That Allow Ppl To Transform Into Terminator (amx_terminator (Name)(1|2))
************************END****************** ***************
Attached Files
File Type: zip models.zip (1.78 MB, 672 views)
File Type: sma Get Plugin or Get Source (terminator800.sma - 528 views - 1.4 KB)
NK is offline
Peli
Veteran Member
Join Date: Mar 2004
Location: San Diego, CA
Old 11-22-2005 , 02:06  
Reply With Quote #2

Tip, use [ small ] [ /small ] or [ code ] [ /code ] Tags. P.S. Great plugin.
Peli is offline
Send a message via MSN to Peli
NK
Junior Member
Join Date: Nov 2005
Location: UNKNOWN
Old 11-22-2005 , 02:14  
Reply With Quote #3

Thank You Peli
NK is offline
meninblack
Junior Member
Join Date: Nov 2005
Old 11-22-2005 , 02:49  
Reply With Quote #4

Hmm.. I Like Your Coming Soon Plugin
Can You Make It As Fast As Possible?? I Am Waiting
__________________
BADDIE
KKLOL
BEE BEE...
meninblack is offline
NK
Junior Member
Join Date: Nov 2005
Location: UNKNOWN
Old 11-22-2005 , 02:59  
Reply With Quote #5

Quote:
Originally Posted by meninblack
Hmm.. I Like Your Coming Soon Plugin
Can You Make It As Fast As Possible?? I Am Waiting
Sure I will do it as fast as possible
NK is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 11-22-2005 , 20:12  
Reply With Quote #6

Original plugin by: KaOs

Give proper credits or I am trashing this.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
Sodium
Member
Join Date: Oct 2004
Old 11-22-2005 , 20:55  
Reply With Quote #7

Quote:
Originally Posted by v3x
Original plugin by: KaOs

Give proper credits or I am trashing this.
Not saying anything, but code this simple is very easy to replicate. Theres not too many ways to do it.
Sodium is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 11-23-2005 , 00:46  
Reply With Quote #8

Yeah but if you compare it, it's nearly exact.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
Bolox 16
Member
Join Date: Mar 2005
Location: Canada,Ontario
Old 11-23-2005 , 22:27   ?
Reply With Quote #9

Where Do I Put The T800.MDL.ZTMP And T800.MDL
Bolox 16 is offline
Send a message via AIM to Bolox 16 Send a message via MSN to Bolox 16 Send a message via Yahoo to Bolox 16
NK
Junior Member
Join Date: Nov 2005
Location: UNKNOWN
Old 11-23-2005 , 23:42  
Reply With Quote #10

Put The t800/t800.mdl in cstrike/models/player/<HERE>
NK 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 17:36.


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