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