16.01.2011, 15:30
Set the TextDrawString After The integral. Like:
pawn Код:
if(pickupid==PickUpMoneyBundleOnMr)
{
mrmoneybundlesavailable --;
}
new textformat[185];
format(textformat,sizeof textformat,"Money Bundles: ~r~%d",mrmoneybundlesavailable);
TextDrawSetString(mravspec2,textformat);
TextDrawShowForAll(mravspec2);