This maybe a stupid question but how can i make a text show "1-3" without calculating so there stands 1-3 and not -2 :S
i used
- Code: Select all
if (weapon==1)
{
damage_text.textNumber=1-3;
}
but doesn't works
and when i try to use .text he gives an error "cannot convert from´const double´ to ´ARY[256]char´"