22.12.2014, 08:56
Hi.
I have this error instead of my textdraws. My code:
As you can see, ~ symbols are placed correct, but error is still showing.
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);