If it's only
one value, this would be easiest:
Code:
public plugin_init() {
register_cvar("botscore","0");
}
public storescore() {
set_cvar_num("botscore",botscore);
}
public readscore() {
botscore = get_cvar_num("botscore");
}
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS