Find a issue about "GetServerVarAsString" - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (
https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: Find a issue about "GetServerVarAsString" (
/showthread.php?tid=68826)
Find a issue about "GetServerVarAsString" -
imgmail - 14.03.2009
GetServerVarAsString(const varname[], buffer[], len);
Yes it works normally.

But i find a issue here
pawn Code:
new
buffer[32];
GetServerVarAsString("filterscripts",buffer,sizeof(buffer));
printf("%s",buffer);
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