fixes.inc
#1

Hey there

I've noticed my FIXES_OnPlayerUpdate returning 0. I've put debug code where it have return 0; but it's not printed.

This is the default code:
Code:
		return FIXES_OnPlayerUpdate(playerid);
I changed to this:
Code:
		new ret = FIXES_OnPlayerUpdate(playerid);
		printf("FIXES_OnPlayerUpdate %i", ret);
		return ret;
And this is the output:
Code:
		FIXES_OnPlayerUpdate  0
How I can find out why is it desyncing?
Reply


Messages In This Thread
fixes.inc - by m4karow - 23.03.2019, 15:08
Re: fixes.inc - by m4karow - 24.03.2019, 10:15

Forum Jump:


Users browsing this thread: 1 Guest(s)