How to add faction vehicle
#3

Example Ripped from GM:
Код:
new LSPDVehicles[ 70 ]; // Place this near your usual new's location


IsACopCar(carid)
{
	for(new v = 0; v < sizeof(LSPDVehicles); v++)
	{
		if(carid == LSPDVehicles[v]) return 1;
	}
	return 0;
}


LSPDVehicles[0] = AddStaticVehicleEx(596,1602.0660,-1683.9678,5.6124,90.3080,0,1, VEHICLE_RESPAWN); // Cruiser
- This was ripped from a game-mode this is pretty much required for the 'God Father GM'.
Reply


Messages In This Thread
How to add faction vehicle - by lider1241 - 05.07.2013, 20:19
Re: How to add faction vehicle - by Sandiel - 05.07.2013, 20:31
Re: How to add faction vehicle - by Akira297 - 05.07.2013, 20:34

Forum Jump:


Users browsing this thread: 1 Guest(s)