[BUG FIXED]Odd error
#6

Quote:
Originally Posted by Jason_Larson
Quote:
Originally Posted by !MaVe
Quote:
Originally Posted by Joe Staff
Check your OnPlayerUpdate callback and make sure that "return 1;" is there, it HAS to be there for players to be updated on the server.
Are you sure? OnPlayerUpdate exists since 0.2x

Quote:
Originally Posted by Jason_Larson
Cause this problem didn't happen in 0.2x
EDIT: if you don't have that callback, it shouldn't be the problem
I'm sure, but I'm willing to add it and try if someone can direct me to the info I need to add or simply post it here.
As !MaVe said it shouldn't be a problem if you don't have it but just in case its...
pawn Код:
public OnPlayerUpdate(playerid)
{
  return 1;
}
[Edit] Try to load the gamemode without any filterscripts load and see what happens. you might have a conflict.
Reply


Messages In This Thread
[BUG FIXED]Odd error - by Jason_Larson - 21.10.2009, 06:07
Re: [BUG URGENT]Odd error - by Joe Staff - 21.10.2009, 07:55
Re: [BUG URGENT]Odd error - by Jason_Larson - 21.10.2009, 07:58
Re: [BUG URGENT]Odd error - by Streetplaya - 21.10.2009, 07:59
Re: [BUG URGENT]Odd error - by Jason_Larson - 21.10.2009, 08:00
Re: [BUG URGENT]Odd error - by cyber_punk - 21.10.2009, 09:02
Re: [BUG URGENT]Odd error - by Mike Garber - 21.10.2009, 12:45
Re: [BUG URGENT]Odd error - by Jason_Larson - 21.10.2009, 14:51
Re: [BUG URGENT]Odd error - by Mike Garber - 21.10.2009, 15:36
Re: [BUG URGENT]Odd error - by Jason_Larson - 21.10.2009, 19:09

Forum Jump:


Users browsing this thread: 1 Guest(s)