Help, i will give up..
#2

maybe this is the wrong line

if(Mobile[Mobile[i]] == -1 && CellTime[i] == 5)

your Mobile[i] might be INVALID_PLAYER_ID.

correct use example
new targetid = Mobile[i];
if(targetid != INVALID_PLAYER_ID)
{
....
}
Reply


Messages In This Thread
Help, i will give up.. - by Laredox - 03.03.2018, 02:22
Re: Help, i will give up.. - by m4karow - 03.03.2018, 02:31
Re: Help, i will give up.. - by Laredox - 03.03.2018, 02:48
Re: Help, i will give up.. - by Sew_Sumi - 03.03.2018, 03:43
Re: Help, i will give up.. - by andim - 03.03.2018, 09:54
Re: Help, i will give up.. - by Laredox - 03.03.2018, 14:11
Re: Help, i will give up.. - by m4karow - 03.03.2018, 16:19
Re: Help, i will give up.. - by Laredox - 03.03.2018, 17:48
Re: Help, i will give up.. - by Sew_Sumi - 03.03.2018, 17:58
Re: Help, i will give up.. - by Laredox - 03.03.2018, 18:19

Forum Jump:


Users browsing this thread: 2 Guest(s)