05.03.2016, 12:19
pawn Код:
format(string,sizeof(string),"* %s ( ID %i ) [ Proxy: %s | IP: %s | Country: %s | City: %s ]\n\n",
GetPlayerName(playerid), playerid, (GetPlayerProxy(playerid)) ? ("True") : ("False"), IP1, Country1, City1);
The code above will give you either true or false depending on the outcome of GetPlayerProxy.