28.04.2012, 12:24
Does anyone know what is causing this?
Here the code
Here the code
pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
{
Stats0[i] = TextDrawCreate(10.000000, 286.000000, "Job: None");
TextDrawBackgroundColor(Stats0[i], 170);
TextDrawFont(Stats0[i], 2);
TextDrawLetterSize(Stats0[i], 0.180000, 1.100000);
TextDrawColor(Stats0[i], -938208066);
TextDrawSetOutline(Stats0[i], 1);
TextDrawSetProportional(Stats0[i], 1);
Stats1[i] = TextDrawCreate(10.000000, 299.000000, "Play points: 0/0");
TextDrawBackgroundColor(Stats1[i], 170);
TextDrawFont(Stats1[i], 2);
TextDrawLetterSize(Stats1[i], 0.180000, 1.100000);
TextDrawColor(Stats1[i], 348656830);
TextDrawSetOutline(Stats1[i], 1);
TextDrawSetProportional(Stats1[i], 1);
Stats2[i] = TextDrawCreate(10.000000, 311.000000, "Level: 0");
TextDrawBackgroundColor(Stats2[i], 255);
TextDrawFont(Stats2[i], 2);
TextDrawLetterSize(Stats2[i], 0.180000, 1.100000);
TextDrawColor(Stats2[i], -1);
TextDrawSetOutline(Stats2[i], 1);
TextDrawSetProportional(Stats2[i], 1);
Stats3[i] = TextDrawCreate(4.000000, 274.000000, "-");
TextDrawBackgroundColor(Stats3[i], 120);
TextDrawFont(Stats3[i], 0);
TextDrawLetterSize(Stats3[i], 6.599996, 1.000000);
TextDrawColor(Stats3[i], -65281);
TextDrawSetOutline(Stats3[i], 1);
TextDrawSetProportional(Stats3[i], 1);
Stats4[i] = TextDrawCreate(4.000000, 322.000000, "-");
TextDrawBackgroundColor(Stats4[i], 120);
TextDrawFont(Stats4[i], 0);
TextDrawLetterSize(Stats4[i], 6.599996, 1.000000);
TextDrawColor(Stats4[i], -65281);
TextDrawSetOutline(Stats4[i], 1);
TextDrawSetProportional(Stats4[i], 1);
Stats5[i] = TextDrawCreate(3.000000, 151.000000, "-");
TextDrawBackgroundColor(Stats5[i], 255);
TextDrawFont(Stats5[i], 1);
TextDrawLetterSize(Stats5[i], 0.080000, 26.300001);
TextDrawColor(Stats5[i], -1);
TextDrawSetOutline(Stats5[i], 0);
TextDrawSetProportional(Stats5[i], 1);
TextDrawSetShadow(Stats5[i], 1);
Stats6[i] = TextDrawCreate(5.000000, 265.000000, "Version: 222");
TextDrawBackgroundColor(Stats6[i], 50);
TextDrawFont(Stats6[i], 2);
TextDrawLetterSize(Stats6[i], 0.230000, 0.899999);
TextDrawColor(Stats6[i], -1);
TextDrawSetOutline(Stats6[i], 1);
TextDrawSetProportional(Stats6[i], 1);