11.09.2012, 09:06
How To Make Colored Dialog
Please Give Me example
pawn Код:
strcat(pDialog, "RANKS Score Needed\n\n", sizeof(pDialog));
strcat(pDialog, "Trainee 0 Score\n", sizeof(pDialog));
strcat(pDialog, "Private 100 Scores\n", sizeof(pDialog));
strcat(pDialog, "PFC 200 Scores\n", sizeof(pDialog));
strcat(pDialog, "Corporal 300 Scores\n", sizeof(pDialog));
strcat(pDialog, "Sergeant 400 Scores\n", sizeof(pDialog));
strcat(pDialog, "Staff Sergeant 500 Scores\n", sizeof(pDialog));
strcat(pDialog, "SFC 600 Scores\n", sizeof(pDialog));
strcat(pDialog, "Master Sergeant 700 Scores\n", sizeof(pDialog));
strcat(pDialog, "Second Lieutenant 800 Scores\n", sizeof(pDialog));
strcat(pDialog, "Captain 1000 Scores\n", sizeof(pDialog));
strcat(pDialog, "Major 1200 Scores\n", sizeof(pDialog));
strcat(pDialog, "Lieutenant Colonel 1400 Scores\n", sizeof(pDialog));
strcat(pDialog, "Brigadier General 2000 Scores\n", sizeof(pDialog));
strcat(pDialog, "Major General 2400 Scores\n", sizeof(pDialog));
strcat(pDialog, "General 3500 Scores\n", sizeof(pDialog));
strcat(pDialog, "Marshal 5000 Scores\n", sizeof(pDialog));