run time error 4
#3

Quote:
Originally Posted by Virtual1ty
Посмотреть сообщение
Add this to the top of OnVehicleSpawn:
PHP код:
public OnVehicleSpawn(vehicleid
{
    if (
vehicleid || vehicleid == INVALID_VEHICLE_ID) return 1;
    
// Rest of code
    
return 1;

And make sure all "vehicleid" variables(eg. "TruckPackages", "PlayerInfo[i][pVeh]") are initialised as MAX_VEHICLES in size.
Can you make me the code please?
Reply


Messages In This Thread
run time error 4 - by radiobizza - 16.03.2016, 12:40
Re: run time error 4 - by Virtual1ty - 16.03.2016, 12:51
Re: run time error 4 - by radiobizza - 16.03.2016, 13:05
Re: run time error 4 - by radiobizza - 16.03.2016, 13:14
Re: run time error 4 - by radiobizza - 16.03.2016, 15:30
Re: run time error 4 - by Konstantinos - 16.03.2016, 17:05
Re: run time error 4 - by radiobizza - 16.03.2016, 20:30
Re: run time error 4 - by Konstantinos - 16.03.2016, 20:46
Re: run time error 4 - by radiobizza - 16.03.2016, 21:26
Re: run time error 4 - by Konstantinos - 16.03.2016, 21:30

Forum Jump:


Users browsing this thread: 3 Guest(s)