09.12.2017, 15:32
(
Последний раз редактировалось Locky_; 09.12.2017 в 16:25.
)
Something I've noticed, is that when you're reconnected to a server, OnPlayerFinishedDownloading is not called.
Those who changed their registration / login parameter (previously on OnPlayerConnect) will have problems if the system continues.
There could be a way, to know if a player has reconnected, a callback or native.
This would be very useful.
Example: Do not remove objects already from the client again, as this causes crash / crash in the game.
#edit
Almost every time I turn on my Linux server, problems occur.
Some directories are not read correctly in artconfig.txt
It should carry like this
But sometimes it carries it like that.
This happens without me touching the file. I kill and I turn on the server and it normalizes.
Those who changed their registration / login parameter (previously on OnPlayerConnect) will have problems if the system continues.
There could be a way, to know if a player has reconnected, a callback or native.
PHP код:
forward OnPlayerReconnected(playerid);
native IsPlayerReconnected(playerid);
Example: Do not remove objects already from the client again, as this causes crash / crash in the game.
#edit
Almost every time I turn on my Linux server, problems occur.
Some directories are not read correctly in artconfig.txt
It should carry like this
Код:
[15:17:18] [artwork:crc] skins/cutscenes/untag/c_triadboss.dff CRC = 0x6BFF6511 [15:17:18] [artwork:crc] skins/cutscenes/untag/c_triadboss.txd CRC = 0x38502B63 [15:17:18] [artwork:crc] skins/cutscenes/untag/c_ho.dff CRC = 0x2B199CC3 [15:17:18] [artwork:crc] skins/cutscenes/untag/c_ho.txd CRC = 0x3FD0571D [15:17:18] [artwork:crc] skins/cutscenes/untag/c_helper1.dff CRC = 0x9F6A327E [15:17:18] [artwork:crc] skins/cutscenes/untag/c_helper1.txd CRC = 0x49AE28C9 [15:17:18] [artwork:crc] skins/cutscenes/untag/c_helper2.dff CRC = 0x674C5C56 [15:17:18] [artwork:crc] skins/cutscenes/untag/c_helper2.txd CRC = 0x3DCDCB0E [15:17:18] [artwork:crc] skins/cutscenes/untag/c_dancea.dff CRC = 0x7E663FD0 [15:17:18] [artwork:crc] skins/cutscenes/untag/c_dancea.txd CRC = 0x82882434 [15:17:18] [artwork:crc] skins/cutscenes/untag/c_danceb.dff CRC = 0x7FA431BA [15:17:18] [artwork:crc] skins/cutscenes/untag/c_danceb.txd CRC = 0x7781FD38 [15:17:18] [artwork:crc] skins/cutscenes/untag/c_blue2.dff CRC = 0x477767CF [15:17:18] [artwork:crc] skins/cutscenes/untag/c_blue2.txd CRC = 0x179DC939 [15:17:18] [artwork:crc] skins/cutscenes/untag/cspro1.dff CRC = 0xD8A95AD8 [15:17:18] [artwork:crc] skins/cutscenes/untag/cspro1.txd CRC = 0xDAAF1585
Код:
[15:16:32] [artwork:crc] skins/cutscenes/unta.dff CRC = 0x0 [15:16:32] [artwork:error] Bad file: skins/cutscenes/unta.dff [15:16:32] [artwork:crc] skins/cutscenes/untag/c_ho.dff CRC = 0x2B199CC3 [15:16:32] [artwork:crc] skins/cutscenes/untag/c_ho.txd CRC = 0x3FD0571D [15:16:32] [artwork:crc] skins/cutscenes/untaff CRC = 0x0 [15:16:32] [artwork:error] Bad file: skins/cutscenes/untaff [15:16:32] [artwork:crc] skins/cutscenes/untaff CRC = 0x0 [15:16:32] [artwork:error] Bad file: skins/cutscenes/untaff [15:16:32] [artwork:crc] skins/cutscenes/untaf CRC = 0x0 [15:16:32] [artwork:error] Bad file: skins/cutscenes/untaf [15:16:32] [artwork:crc] skins/cutscenes/untaf CRC = 0x0 [15:16:32] [artwork:error] Bad file: skins/cutscenes/untaf [15:16:32] [artwork:crc] skins/cutscenes/unta CRC = 0x0 [15:16:32] [artwork:error] Bad file: skins/cutscenes/unta [15:16:32] [artwork:crc] skins/cutscenes/untag/cspro1.dff CRC = 0xD8A95AD8 [15:16:32] [artwork:crc] skins/cutscenes/untag/cspro1.txd CRC = 0xDAAF1585