08.11.2014, 12:33
pawn Код:
if(count) ShowPlayerDialog(playerid, 5559, DIALOG_STYLE_MSGBOX, "Online administrator", string, "Close", "");
strcat isn't really important over there, you can just format the string and show the show if the count is > 0.
EDIT: Lol, you even edited your old code (which was incorrect)

