[Server did not start up] Help thanks
#21

What does GetPlayerVehicle and GetGangVehicle return when a match not found? If it returns INVALID_PLAYER_ID/INVALID_VEHICLE_ID then you need to make sure that "v" is not equal to those definitions (or 65535) before using it in arrays. I doubt it passed the check and accessed LockStatus array.

Now that I'm thinking about it, you can just add above "new v = ..." line:
pawn Code:
if (carid == INVALID_VEHICLE_ID) return;
since the vehicle was passed is not valid there is really no reason to do the rest.
Reply


Messages In This Thread
[Server did not start up] Help thanks - by Irish - 13.09.2016, 08:45
Re: [Server did not start up] Help thanks - by Younes44 - 13.09.2016, 09:19
Re: [Server did not start up] Help thanks - by Irish - 13.09.2016, 09:31
Re: [Server did not start up] Help thanks - by Irish - 13.09.2016, 10:59
Re: [Server did not start up] Help thanks - by Irish - 13.09.2016, 11:14
Re: [Server did not start up] Help thanks - by Irish - 13.09.2016, 11:17
Re: [Server did not start up] Help thanks - by Konstantinos - 13.09.2016, 12:02
Re: [Server did not start up] Help thanks - by Irish - 13.09.2016, 12:51
Re: [Server did not start up] Help thanks - by Konstantinos - 13.09.2016, 13:12
Re: [Server did not start up] Help thanks - by Irish - 13.09.2016, 13:17
Re: [Server did not start up] Help thanks - by Konstantinos - 13.09.2016, 13:24
Re: [Server did not start up] Help thanks - by Irish - 13.09.2016, 13:45
Re: [Server did not start up] Help thanks - by extender1987 - 13.09.2016, 17:10
Re: [Server did not start up] Help thanks - by Irish - 14.09.2016, 02:19
Re: [Server did not start up] Help thanks - by Irish - 14.09.2016, 05:41
Re: [Server did not start up] Help thanks - by Irish - 14.09.2016, 07:30
Re: [Server did not start up] Help thanks - by Konstantinos - 14.09.2016, 07:35
Re: [Server did not start up] Help thanks - by Irish - 14.09.2016, 08:03
Re: [Server did not start up] Help thanks - by Konstantinos - 14.09.2016, 08:05
Re: [Server did not start up] Help thanks - by Irish - 14.09.2016, 08:16
Re: [Server did not start up] Help thanks - by Konstantinos - 14.09.2016, 08:34
Re: [Server did not start up] Help thanks - by Irish - 14.09.2016, 08:49
Re: [Server did not start up] Help thanks - by Konstantinos - 14.09.2016, 08:53
Re: [Server did not start up] Help thanks - by Irish - 14.09.2016, 08:58
Re: [Server did not start up] Help thanks - by Irish - 14.09.2016, 09:12
Re: [Server did not start up] Help thanks - by Konstantinos - 14.09.2016, 09:21
Re: [Server did not start up] Help thanks - by Irish - 14.09.2016, 09:31
Re: [Server did not start up] Help thanks - by Konstantinos - 14.09.2016, 09:37
Re: [Server did not start up] Help thanks - by Irish - 14.09.2016, 09:50
Re: [Server did not start up] Help thanks - by Konstantinos - 14.09.2016, 10:06
Re: [Server did not start up] Help thanks - by Irish - 14.09.2016, 10:43
Re: [Server did not start up] Help thanks - by Konstantinos - 14.09.2016, 10:53

Forum Jump:


Users browsing this thread: 6 Guest(s)