Quote:
Originally Posted by CS-A-Roland
All this Client [1] are Bots or my HLTV! How can i ignore them or save it by their name if i use the steamid funcion to save the data of my players?!
|
ignore the bots and HLTV from saving exp. are you using podbots or czbots? if you are using czbots then
check this out, its from connormcleod and lets the czbots register their events or giving them an id i'm not completely sure how it works but it fixes a great deal of czbots problems
PHP Code:
if( is_user_bot(id) || is_user_hltv(id) )
return PLUGIN_HANDLED;
but bots should be able to save their data too on mysql, i'm not entirely sure how it's done with me with rpgx but bots save their exp as one user so all bots have same levels, them bots dont have steam id in my sql database.
authid of bots is BOT i think look at
this
__________________