PHP- Kodu:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <fun>

#define PLUGIN "TouchKill"
#define VERSION "1.0"
#define AUTHOR "akcaliberkk"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_forward(FM_Touch"fwdTouch");
}
public 
fwdTouch(entityid) {
    
    if( (
pev_valid(entity) && pev_valid(id)) && ( get_user_teamid ) == && get_user_team(entity) == 1) ) {
        
        
user_kill(entity)
        
    }