Jump to content
  • 0

Problema public Timers ()


Question

Posted

Salut, am si eu o problema, as aprecia daca poate cineva sa ma ajute.

Cand ma conectez pe server, dintr-o data apare acest lucru:

[debug] Run time error 4: "Array index out of bounds"
[debug]  Attempted to read/write array element at index 2 in array of size 2
[debug] AMX backtrace:
[debug] #0 0036faa8 in public Timers () at wa-rpg.pwn:33612

[debug] Run time error 4: "Array index out of bounds"
[debug]  Attempted to read/write array element at index 2 in array of size 2
[debug] AMX backtrace:
[debug] #0 0036faa8 in public Timers () at wa-rpg.pwn:33612

Aveti idee de la ce este ? Nu reusesc sa ii dau de cap.

Multumesc!

4 answers to this question

Recommended Posts

  • 0
Posted
24 minutes ago, hanako said:

33612 - da mi si mie linia asta te rog
if(PlayerToPoint(45.0, i, QuestPos[sq][0], QuestPos[sq][1], QuestPos[sq][2])) {

 

  • 0
Posted

Incearca asa:

 

if(PlayerToPoint(i, 45.0, QuestPos[sq][0], QuestPos[sq][1], QuestPos[sq][2])) {

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.