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
#2

bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)