ShowPlayerDialog "\n" Problem
#1

I know what the problem is here:
pawn Код:
format(string,sizeof(string),"Server: %s (id:%d)",name,i);
        return ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX,"Online Admins",string"\n","OK","");
But how can I fix it?
Reply
#2

pawn Код:
format(string,sizeof(string),"Server: %s (id:%d)\n",name,i);
        return ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX,"Online Admins",string,"OK","");
Reply
#3

EDIT: FIXED
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)