19.03.2015, 16:17
you must hide show the textdraw agains
PHP код:
if(vhealth[vehicleid] >= 900.0)
{
PlayerTextDrawHide(playerid, TD_VPARAMS[1][playerid])
PlayerTextDrawColor(playerid, TD_VPARAMS[1][playerid], 0x00FF00FF);
PlayerTextDrawShow(playerid, TD_VPARAMS[1][playerid])
}