FCNPC_OnCreate Error
#1

Код:
[debug] Run time error 4: "Array index out of bounds"
[debug]  Accessing element at index 153 past array upper bound 49
[debug] AMX backtrace:
My Code :
Код:
public FCNPC_OnCreate(npcid)
{
    FCNPC_Spawn(npcid, ZombieInfo[npcid][zombie_skin], proxSpawn[npcid][0],proxSpawn[npcid][1],proxSpawn[npcid][2]+1.0);
    SetTimerEx("OnZombieUpdate", 300, true, "i", npcid);
	return 1;
}
pls help me, thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)