Raised This Month: $ Target: $400
 0% 

Round end


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
JRISETH
Junior Member
Join Date: Jun 2011
Old 06-20-2012 , 07:21   Re: Round end
Reply With Quote #7

Quote:
Originally Posted by Napoleon_be View Post
Give me your current code.
Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #include <colorchat> #include <cstrike> #include <csx> #define PLUGIN "JRISETH / Kill looser team members" #define VERSION "1.0" #define AUTHOR "JRISETH" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         register_event("SendAudio", "t_win", "a", "2&%!MRAD_terwin")     register_event("SendAudio", "ct_win", "a", "2&%!MRAD_ctwin")   } public t_win() {         ColorChat(0, GREEN, "TERRORISTIDE^1 tiim vƵitis, kƵik ellujƤƤnud ^4COUNTER-TERRORISTID^1 tapeti.");         /*new         pPlayers[32],         pNum;             get_players(pPlayers, pNum, "ae", "CT");         for(new i; i < pNum; i++)         user_silentkill(pPlayers[i]);*/     } public ct_win() {         ColorChat(0, GREEN, "COUNTER-TERRORISTIDE^1 tiim vƵitis, kƵik ellujƤƤnud ^4TERRORISTID^1 tapeti.");         /*new         pPlayers[32],         pNum;             get_players(pPlayers, pNum, "ae", "TERRORIST");         for(new i; i < pNum; i++)         user_silentkill(pPlayers[i]);*/     }
JRISETH 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 06:14.


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