SAMP 0.3.DL SKINS
#1

Do you know the reason?

Or, how can I detect the skin so I can delete it?

https://i.imgur.com/FwyDlGV.png
Reply
#2

Code:
native FindTextureFileNameFromCRC(crc, retstr[], retstr_size);
With this you can find the texture filename from the CRC.
Reply
#3

Quote:
Originally Posted by NaS
View Post
Code:
native FindTextureFileNameFromCRC(crc, retstr[], retstr_size);
With this you can find the texture filename from the CRC.
And I should define it or add it where?
Reply
#4

Quote:
Originally Posted by Zeus666
View Post
And I should define it or add it where?
It's a 0.3DL native.

To get the filename from a crc, use it like this (put it anywhere, just execute it once to find out the filename):

Code:
new str[33];
FindTextureFileNameFromCRC(0xA8E16EB7, str, sizeof str);
printf("File: \"%s\"", str);
And it will print the filename with the CRC you specify here. Do that for the two files you have a problem with.
The CRC is shown under "ID" in the download dialog.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)