error downloading skins - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP DL Edition (
https://sampforum.blast.hk/forumdisplay.php?fid=92)
+--- Forum: SA-MP 0.3.DL (
https://sampforum.blast.hk/forumdisplay.php?fid=90)
+--- Thread: error downloading skins (
/showthread.php?tid=657940)
error downloading skins -
henriquepawno - 18.08.2018
how to solve error 102?
Re: error downloading skins -
Skinnz - 25.11.2018
up, me too
Re: error downloading skins -
Kalcor - 25.11.2018
All errors below 5000 are HTTP/curl errors and all errors above 100 are HTTP errors.
http 102 = Processing
It's likely some web server configuration issue.
web server is meant to return 200 OK, not 102.
Re: error downloading skins -
GangstaSunny. - 25.11.2018
102 is to prevent a webserver timeout (client > server).
To fix this, upgrade your webserver (maybe ram_limitations in php).
Re: error downloading skins -
d3Pedro - 27.11.2018
Why's there two models downloading? There's supposed to be Model\nTexture...
I had the same error before caused by this
pawn Code:
AddCharModel(ped, id, ".dff", ".dff");