memcpy and 3dtext conflict?
#1

So i make new system but it not work
pawn Код:
mysql_fetch_field("NR",data);cinf[idx][cnr] = strval(data);
memcpy(cinf[idx][cnr],data, 0, 256, 256);
print(cinf[idx][cnr]]); // 123
mysql_fetch_field("plate",data);cinf[idx][cplate] = strval(data);
memcpy(cinf[idx][cplate],data, 0, 256, 256);
print(cinf[idx][cplate); // AAA
carnr[idx] = Create3DTextLabel(cinf[idx][cnr],0x008080FF,0.0, 0.0, 0.0, 50.0, -1, 1); //<- How that CAN be 1AAA???
Reply
#2

Can you explain what doesnt work?
Reply
#3

3Dtext not work all others seams work(checks[print] echo right thing)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)