09.11.2014, 07:24
How to Detect player when swim on the water ?
Then i have a Temperature Textdraw, how to make it diminished when player swim on the water ?
Textdraw Code :
*SorryForMyBadEnglish xP
Then i have a Temperature Textdraw, how to make it diminished when player swim on the water ?
Textdraw Code :
Код:
new Text:Textdraw5; Textdraw5 = TextDrawCreate(486.000000, 123.000000, "Temperature : 99'F"); TextDrawBackgroundColor(Textdraw5, 255); TextDrawFont(Textdraw5, 1); TextDrawLetterSize(Textdraw5, 0.370000, 1.100000); TextDrawColor(Textdraw5, -1); TextDrawSetOutline(Textdraw5, 1); TextDrawSetProportional(Textdraw5, 1); TextDrawUseBox(Textdraw5, 1); TextDrawBoxColor(Textdraw5, 255); TextDrawTextSize(Textdraw5, 620.000000, 0.000000);