[HELP] Onvehicledeath
#3

Quote:
Originally Posted by varthshenon
Посмотреть сообщение
OnVehicleSpawn?
Код:
public OnVehicleSpawn(vehicleid) {
	switch(GetVehicleModel(vehicleid)) {
		case 427, 428, 432, 601, 528: SetVehicleHealth(vehicleid, 5000.0); // Enforcer, Securicar, Rhino, SWAT Tank, FBI truck - this is the armour plating.
	}

	systemVariables[vehicleCounts][1] = 0;

	foreach(Player, x) {
		if(doesVehicleExist(playerVariables[x][pCarID])) {
			systemVariables[vehicleCounts][1]++;
		}
	}
	return 1;
}
dont see how this helps / influences
Reply


Messages In This Thread
[HELP] Onvehicledeath - by euRo - 24.06.2011, 01:10
Re: [HELP] Onvehicledeath - by =WoR=Varth - 24.06.2011, 01:15
Re: [HELP] Onvehicledeath - by euRo - 24.06.2011, 01:22
AW: [HELP] Onvehicledeath - by Nero_3D - 24.06.2011, 01:38
Re: [HELP] Onvehicledeath - by euRo - 24.06.2011, 01:43

Forum Jump:


Users browsing this thread: 1 Guest(s)