16.11.2015, 11:22
Код:
[debug] Run time error 4: "Array index out of bounds" [debug] Accessing element at index 153 past array upper bound 49 [debug] AMX backtrace:
Код:
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; }