Raised This Month: $ Target: $400
 0% 

Camouflage


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
wouter
Senior Member
Join Date: Feb 2005
Location: Belgium
Old 02-27-2006 , 17:08   Camouflage
Reply With Quote #1

Hey egain
guess what? i was bored egain
This one is bigger, and far from ready.
But i dont know or it is right untill now.
The consept is simple: for 16000$ you can buy an enemy suit.
Code:
/* Plugin generated by AMXX-Studio */ // say \camouflage // say_team \camouflage // amxx_camouflage <1/0> #include <amxmodx> #include <fun> #include <cstrike> new PLUGIN[]="Camouflage" new AUTHOR[]="wouter" new VERSION[]="1.00" public plugin_init()     {     register_plugin(PLUGIN, VERSION, AUTHOR)     register_concmd("amx_camouflage", "cmd_camouflage", ADMIN_SLAY, "<1/0>") } public cmd_camouflage(id, level, cid)     {     if Player(cs_get_user_money >= 1600)         {               if Player (CS_TEAM_CT)             {             if Player (is_user_alive)                 {                 if(cs_get_user_model(index,model[CS_CT_URBAN], len)                 {                     cs_set_user_model(index, const model[CS_T_TERROR])                 }                 else if (cs_get_user_model(index, model[CS_CT_GSG9], len)                 {                     cs_set_user_model(index, const model[CS_T_LEET])                 }                 else if (cs_get_user_model(index, model[CS_CT_GIGN], len)                 {                     cs_set_user_model(index,const model[CS_T_ARCTIC])                 }                 else if (cs_get_user_model(index,model [CS_CT_SAS], len)                 {                     cs_set_user_model(index, const model [CS_T_GUERILLA])                 }             }             if Player (CS_TEAM_T)                 {                 if Player (is_user_alive)                     {                     if(cs_get_user_model(index,model[CS_T_TERROR], len)                     {                         cs_set_user_model(index, const model[CS_CT_URBAN])                     }                     else if (cs_get_user_model(index, model[CS_T_LEET], len)                     {                         cs_set_user_model(index, const model[CS_CT_GSG9])                     }                     else if (cs_get_user_model(index, model[CS_T_ARCTIC], len)                     {                         cs_set_user_model(index,const model[CS_CT_GIGN])                     }                     else if (cs_get_user_model(index,model [CS_T_GUERILLA], len)                     {                         cs_set_user_model(index, const model [CS_CT_SAS])                     }                 }             }         }     } }
So far so good?
wouter is offline
 



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 20:14.


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