Error: Unmatched tilde?
#1

Hi.

I have this error instead of my textdraws. My code:

Код:
                        new str[64], vmsek[2], vmzero[1];
			if(VM[i][VMLaikas]-floatround(VM[i][VMLaikas]/60, floatround_floor)*60 < 10)
			{
			   format(vmzero, 1, "0");
			}
			format(vmsek, 2, "%s%i", vmzero, VM[i][VMLaikas]-floatround(VM[i][VMLaikas]/60, floatround_floor)*60);
			format(str, 64, "Checkpoints:           0%i/10~n~Warnings:                 %i/3~n~Time:                  0%i:%s", VM[i][VMCP], VM[i][VMIsp], floatround(VM[i][VMLaikas]/60, floatround_floor), vmsek);
			PlayerTextDrawSetString(i, VMTDInfo[i], str);
As you can see, ~ symbols are placed correct, but error is still showing.
Reply


Messages In This Thread
Error: Unmatched tilde? - by iWhite - 22.12.2014, 08:56
Re: Error: Unmatched tilde? - by Sawalha - 22.12.2014, 09:16
Re: Error: Unmatched tilde? - by Threshold - 22.12.2014, 09:22
Re: Error: Unmatched tilde? - by iWhite - 22.12.2014, 09:41

Forum Jump:


Users browsing this thread: 1 Guest(s)