23.07.2016, 23:58
Can you even compile this?
PHP код:
new watsnew[ 900 ];
strcat(watsnew, "{1cd8ea}==============================================================\n");
strcat(watsnew, " \n {3696EB}Members online:{FFFFFF}%d \n",c);
strcat(watsnew, " \n {3696EB}Members:{FFFFFF}%d \n",dini_Int(tmpf, "factionmembers"));
strcat(watsnew, "\n{3696EB}Gun Stock:{FFFFFF}%d \n",dini_Int(tmpf, "factionguns"));
strcat(watsnew, "\nStock Status:{FFFFFF}%s\n",wat);
strcat(watsnew, strcat(watsnew, "\n{1cd8ea}==============================================================\n");
format(info2,sizeof(info2),"%s Faction Informations",PlayerInfo[playerid][PTeamName]);
ShowPlayerDialog(playerid,3000,DIALOG_STYLE_MSGBOX,info2,watsnew,"Close","");