savingg
#4

If your code is like this
pawn Код:
enum qinfo
{
    quest1,
}
new qInfo[MAX_PLAYERS][qinfo];
public OnPlayerConnect(playerid)
{
  qInfo[playerid][quest1] = 0;
  return 1;
}
then you can't have the same errors as in the first post
Reply


Messages In This Thread
savingg - by armyoftwo - 06.12.2009, 09:03
Re: savingg - by dice7 - 06.12.2009, 09:40
Re: savingg - by armyoftwo - 06.12.2009, 09:51
Re: savingg - by dice7 - 06.12.2009, 10:22
Re: savingg - by armyoftwo - 06.12.2009, 11:27
Re: savingg - by armyoftwo - 06.12.2009, 15:48
Re: savingg - by dice7 - 06.12.2009, 16:27
Re: savingg - by armyoftwo - 07.12.2009, 13:08

Forum Jump:


Users browsing this thread: 1 Guest(s)