27.11.2013, 06:31
because IsProxyUser would return a boolean not a string
format(string,sizeof(string),"7%s[%d] has joined the server. (Proxy: %s).",pname,playerid,IsProxyUser(playerid) ? "Yes" : "No");
format(string,sizeof(string),"7%s[%d] has joined the server. (Proxy: %s).",pname,playerid,IsProxyUser(playerid) ? "Yes" : "No");