14.03.2009, 02:39
GetServerVarAsString(const varname[], buffer[], len);
Yes it works normally.
But i find a issue here
Only I find is one filterscript's name, not from I expect which shows all filterscripts' name.
It is a bug or should use another way to get filterscripts' name
Yes it works normally.
But i find a issue here
pawn Code:
new
buffer[32];
GetServerVarAsString("filterscripts",buffer,sizeof(buffer));
printf("%s",buffer);
It is a bug or should use another way to get filterscripts' name