27.11.2013, 10:25
Quote:
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"); |
pawn Код:
format(string,sizeof(string),"7%s[%d] has joined the server. (Proxy: %s).",pname,playerid,(IsProxyUser(playerid)) ? ("Yes") : ("No"));