View Single Post
psychonic

BAFFLED
Join Date: May 2008
Old 12-08-2011 , 15:05   Re: SourceMod 1.4.1 Released
#10

Quote:
Originally Posted by v1uuu View Post
Hiho ;D,

CS_GetClientClanTag, which was implemented in the 1.4 version of sourcemod, isn't really working for me. I tried it on 2 servers, but nearly with the same output.

My Code:
PHP Code:
  new String:ct[50];
  new 
String:name[50];
  
CS_GetClientClanTag(clientctsizeof(ct));
  
GetClientName(client,name,sizeof(name)); 
  
PrintToConsole(client,"-> %s - Clantag = '%s'",name,ct); 
And output is something like:
PHP Code:
  -> _v1uuu^# - Clantag = '?c?'
   
(Some special characters
When i change my clantag, it doesn't affect the output, but when i reconnect, the output is something else, which i don't really understand.

Is CS_GetClientClanTag bugged, or is it just not working for me?
I want to mention that CS_SetClientClanTag is working, only the get-method isn't working.

Thanks for your replies,
v1uuuu
The linux gamedata for it has now been updated. Unloading and reloading SourceMod or just restarting the server should let the updater download the fix.
psychonic is offline