08.11.2018, 13:04
(
Последний раз редактировалось None1337; 09.11.2018 в 12:28.
)
So, i have a problem. When a player connect to server, OnPlayerEnterCheckpoint is called and I don't know why.
I've already put 'DisablePlayerCheckpoint(playerid)' to 'OnPlayerConnect'. This problem is just for a few players. But that wasn't before. probably because of they modpack (mods) or what?
Here is a log:
https://pastebin.com/aw27hG8c
I've already put 'DisablePlayerCheckpoint(playerid)' to 'OnPlayerConnect'. This problem is just for a few players. But that wasn't before. probably because of they modpack (mods) or what?
Here is a log:
https://pastebin.com/aw27hG8c
Код:
public OnPlayerEnterCheckpoint(playerid) { printf("[debug] OnPlayerEnterCheckpoint(%d) - npc: %d", playerid, IsPlayerNPC(playerid)); return 1; }