Raised This Month: $ Target: $400
 0% 

get_user_team


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Burnzy
Veteran Member
Join Date: Apr 2004
Old 07-10-2004 , 13:30  
Reply With Quote #2

Code:
/**************************************************** * This is a Hostage Safty Plugin * This Plugin was created for AMXX v0.16 * Created By Burnzy * * Admin Commands: *  amx_hostagesafty <1|0> * * This plugin was made on request * If all the hostages are killed, the cts are declared winners. * * Bugs: *  Ct's can kill the hostages, and they will still win... Not good to use yet * *****************************************************/ #include <amxmodx> #include <amxmisc> #include <cstrike> #include <engine> public hostagesafty(id,level,cid){     if (!cmd_access(id,level,cid,2))     {         return PLUGIN_CONTINUE     }     return PLUGIN_HANDLED } public plugin_init() {     register_plugin("Hostage Safty","v1.0","Burnzy")     register_concmd("amx_hostagesafty", "hostagesafty", ADMIN_LEVEL_C, "Ct's Win if Hostages Die") }
__________________
Burnzy is offline
Send a message via AIM to Burnzy
 



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


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