[HELP] "Array index out of bounds" on OPSC
#2

pawn Код:
if(newstate ==  PLAYER_STATE_DRIVER ||  PLAYER_STATE_PASSENGER)
This is wrong, and will execute always as true.
pawn Код:
if(newstate ==  PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)
Reply


Messages In This Thread
[HELP] "Array index out of bounds" on OPSC (Solved!) - by poxer - 24.09.2017, 07:36
Re: [HELP] "Array index out of bounds" on OPSC - by Misiur - 24.09.2017, 07:52
Re: [HELP] "Array index out of bounds" on OPSC - by poxer - 24.09.2017, 17:25

Forum Jump:


Users browsing this thread: 2 Guest(s)