Rollnaab, seriously, stop posting rubbish.
---
Stephen, you got 2 if clauses that don't make any sense. The first one and the one with if(get_pdata_int...).
Just put this on top of the function to only make it work for the gaben model:
Code:
static userModel[32];
cs_get_user_model(id, userModel, 31);
if( !equal(userModel, "gaben.mdl") )
return PLUGIN_HANDLED
__________________