30.03.2011, 14:27
At the top add this
OnPlayerSpawn
pawn Код:
new Text:td_fuel;
pawn Код:
td_fuel = TextDrawCreate(45,324,"Fuel: 100"); //create the textdraw at position
TextDrawBackgroundColor(td_fuel,0x00000033); //setting an nice backgroundcolor
TextDrawFont(td_fuel,3); //font type of textdraw
TextDrawLetterSize(td_fuel,0.699999,1.700000); //size...
TextDrawColor(td_fuel,0x000000ff); //color
TextDrawSetShadow(td_fuel,3); //dropping the shadow