OPCode warning
#1

Anyone knows the reason this code appears?

Код:
Warning(opcode 0x107): Exception 0xC0000005 at 0x469797
Happens under onplayerconnect:

pawn Код:
public OnPlayerConnect(playerid)
{
    if(IsPlayerNPC(playerid)) return 1;
    AddMapIconFromFile(ICON_FILE_NAME);
    PlayerTexts(playerid);
    SetPVarInt(playerid, "SBoost", 1);

    SetPVarInt(playerid, "Deaths", 0);
    SetPVarInt(playerid, "DrunkLvl", 0);
    SetPVarInt(playerid, "Kills", 0);
    SetPVarInt(playerid, "Level", 0);
    SetPVarInt(playerid, "LoggedIn", 0);
    SetPVarInt(playerid, "Registered", 0);
    SetPVarInt(playerid, "God", 0);
    SetPVarInt(playerid, "FailLogin", 0);
    SetPVarInt(playerid, "BankMoney", 0);
    SetPVarInt(playerid, "Bounty", 0);
    SetPVarInt(playerid, "SpawnTicket", 0);
    SetPVarInt(playerid, "PlayerSkin", 0);
    SetPVarInt(playerid, "TimesSpawned", 0);
    SetPVarInt(playerid, "ConnectTime", gettime());
    return 1;
}
Thanks.
Reply


Messages In This Thread
OPCode warning - by [L3th4l] - 18.08.2010, 02:37
Re: OPCode warning - by RealWorldGTA - 18.08.2010, 02:47
Re: OPCode warning - by bigcomfycouch - 18.08.2010, 02:50
Re: OPCode warning - by RealWorldGTA - 18.08.2010, 02:52
Re: OPCode warning - by [L3th4l] - 18.08.2010, 03:08
Re: OPCode warning - by RealWorldGTA - 18.08.2010, 03:14

Forum Jump:


Users browsing this thread: 3 Guest(s)