Code:
public check(id) {
new usermodel[31]
cs_get_user_model(id, usermodel,32)
if(containi(usermodel, "TERROR")) {
client_print( id, print_chat, "Terror" )
}else{
if(containi(usermodel, "LEET")) {
client_print( id, print_chat, "Leet" )
}else{
if(containi(usermodel, "ARCTIC")) {
client_print( id, print_chat, "arctic" )
}else{
if(containi(usermodel, "GUERILLA")) {
client_print( id, print_chat, "guerilla" )
}
}
}
}
return PLUGIN_HANDLED
}
seem only works with leet, every thing else is terror
__________________
HDD fried, failed to backup files. Sorry folks, just don't have free time anymore. This is goodbye.