31.05.2016, 04:03
You can use only 1 file from this two files:
longfilename1.txd
longfilename2.txd
If you show textdraw type 5 texture from longfilename1.txd you will not see textrures from longfilename2.txd
If you show longfilename2.txd you will not see longfilename1.txd
from IDA samp.dll at 0x100AC808
There is no any 10 symbol limits in 0.3z
Why Kalcor add this?
longfilename1.txd
longfilename2.txd
If you show textdraw type 5 texture from longfilename1.txd you will not see textrures from longfilename2.txd
If you show longfilename2.txd you will not see longfilename1.txd
from IDA samp.dll at 0x100AC808
Код:
sub_100B6090(&txdname, &txdfilename, 10); result = (char *)LoadTxdTexture((int)&txdname, (int)&txdfilename, 0);
Why Kalcor add this?