ye that would be much better something like that.
PHP Code:
public Interp(){
new maxplayers = get_maxplayers();
for(new id = 1; id <= maxplayers; id++){
if(is_user_alive(id)){
if(agreed[id] == true){
client_cmd(id, "ex_interp 0.01")
client_print(id,print_chat,"Your ex_interp has been changed to 0.01")
}
}
}
return PLUGIN_HANDLED;
}
agreed is a bool array and in it you have to put the result of the question