#1

How To Make Colored Dialog

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));
Please Give Me example
Reply


Messages In This Thread
how? - by Windrush - 11.09.2012, 09:06
Re: how? - by Roach_ - 11.09.2012, 09:08
Re: how? - by clarencecuzz - 11.09.2012, 09:12
Re: how? - by Windrush - 11.09.2012, 09:15

Forum Jump:


Users browsing this thread: 2 Guest(s)