i dont know if this will help, but i found this in server plugin demo plugin_empty
const char * name = engine->GetClientConVarValue( engine->IndexOfEdict(pEdict), "name" ); its in the ClientSettingsChanged class, in serverplugin_empty.cpp it looks like you can call any con var, with this method Adam --- Frank Weima <[EMAIL PROTECTED]> wrote: > Hi peepz, > > Again a simple question=] : > How to check if someone has an alias or not. > Alias "set_my_name" "name John_Smith" - for example. > > Thanks, > Frank 'anxiro' Weima. > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view > the list archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlcoders > > ===== http://ammahls.com __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

