30.08.2014, 17:42
Hello guys
I use couple of textdraw in my gamemode but this part makes all the other ones not to work
now i tryed to remove this to see if that what cause the problem and it is.
Ongamemodeinit
the script:
for(new p=0; p < MAX_PLAYERS; p++){
Stats2[p] = TextDrawCreate(146.000000, 434.000000, "Level: 01");
TextDrawBackgroundColor(Stats2[p], 255);
TextDrawFont(Stats2[p], 1);
TextDrawLetterSize(Stats2[p], 0.360000, 1.000000);
TextDrawColor(Stats2[p], -1);
TextDrawSetOutline(Stats2[p], 1);
TextDrawSetProportional(Stats2[p], 1);
TextDrawSetSelectable(Stats2[p], 0);
}
why would it do this?
I use couple of textdraw in my gamemode but this part makes all the other ones not to work
now i tryed to remove this to see if that what cause the problem and it is.
Ongamemodeinit
the script:
for(new p=0; p < MAX_PLAYERS; p++){
Stats2[p] = TextDrawCreate(146.000000, 434.000000, "Level: 01");
TextDrawBackgroundColor(Stats2[p], 255);
TextDrawFont(Stats2[p], 1);
TextDrawLetterSize(Stats2[p], 0.360000, 1.000000);
TextDrawColor(Stats2[p], -1);
TextDrawSetOutline(Stats2[p], 1);
TextDrawSetProportional(Stats2[p], 1);
TextDrawSetSelectable(Stats2[p], 0);
}
why would it do this?