Help me please with texdraw i need some bset scripting
#1

cane some one add this textdraw to this GM

THE GM :
Код:
Textdraw1 = TextDrawCreate(950.000000, 430.000000, "  ");
TextDrawBackgroundColor(Textdraw1, 255);
TextDrawFont(Textdraw1, 1);
TextDrawLetterSize(Textdraw1, 100.500000, 7.000000);
TextDrawColor(Textdraw1, -1);
TextDrawSetShadow(Textdraw1, 1);
TextDrawUseBox(Textdraw1, 1);
TextDrawBoxColor(Textdraw1, 80);//85
TextDrawTextSize(Textdraw1, 0.0000000, 100.000000);

killss = TextDrawCreate(325 ,427 , "Kills :");
TextDrawFont(killss , 1);
TextDrawLetterSize(killss , 0.3, 1.5);
TextDrawColor(killss , 0xffffffFF);
TextDrawSetOutline(killss , false);
TextDrawSetProportional(killss , true);
TextDrawSetShadow(killss , 1);
TextDrawUseBox(killss, 1);
TextDrawBoxColor(killss,0);

deathh = TextDrawCreate(420 ,427 , "Deaths :");
TextDrawFont(deathh , 1);
TextDrawLetterSize(deathh , 0.3, 1.5);
TextDrawColor(deathh , 0xffffffFF);
TextDrawSetOutline(deathh , false);
TextDrawSetProportional(deathh , true);
TextDrawSetShadow(deathh , 1);
TextDrawUseBox(deathh, 1);
TextDrawBoxColor(deathh,0);

scorr = TextDrawCreate(537 ,427 , "Score :");
TextDrawFont(scorr , 1);
TextDrawLetterSize(scorr , 0.3, 1.5);
TextDrawColor(scorr , 0xffffffFF);
TextDrawSetOutline(scorr , false);
TextDrawSetProportional(scorr , true);
TextDrawSetShadow(scorr , 1);
TextDrawUseBox(scorr, 1);
TextDrawBoxColor(scorr,0);
Please help mйй i need it
Reply
#2

Place the code under OnGameModeInit.
Reply
#3

dude thx but i want to the kills and deaths and score saved in game their is saved in filescripte but i don't know how to saved in game
Reply
#4

can some others add it to my pastebin and be saved in gamee
Reply
#5

guys please i need it ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)