Textdraw shutdown other texdraw gamemodinit
#1

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?
Reply


Messages In This Thread
Textdraw shutdown other texdraw gamemodinit - by Last_Shadow - 30.08.2014, 17:42
Re: Textdraw shutdown other texdraw gamemodinit - by Rodney Francalim - 30.08.2014, 18:30
Re: Textdraw shutdown other texdraw gamemodinit - by M0HAMMAD - 30.08.2014, 19:16
Re: Textdraw shutdown other texdraw gamemodinit - by Last_Shadow - 30.08.2014, 20:40

Forum Jump:


Users browsing this thread: 1 Guest(s)