Crash
#1

Server is crashing. I have this in logs.

Logs:

Код:
[20:48:25] [debug] Run time error 4: "Array index out of bounds"
[20:48:25] [debug] AMX backtrace:
[20:48:25] [debug] #0 00092cb8 in public GivePlayerMoneyEx (65535, 2500) from CnR.amx
Code:

Код:
public GivePlayerMoneyEx(playerid,ammount)
{
	OldMoney[playerid] = GetPlayerMoney(playerid);
 	NewMoney[playerid] = ammount + OldMoney[playerid];
  	GivePlayerMoney(playerid,ammount);
   	return 1;
}
Reply


Messages In This Thread
Crash - by Hunud - 16.03.2018, 19:53
Re: Crash - by AdamsLT - 16.03.2018, 22:34
Re: Crash - by Abagail - 17.03.2018, 05:45

Forum Jump:


Users browsing this thread: 1 Guest(s)