wars tanks
#1

Today I went on a server and then immediately I saw that the gamemode wars tanks are destroyed easily, I wanted to know how to change it ..
Reply
#2

Код:
public OnGameModeInit()
{
	new tank; // local variable (i don't think you're using this later anyways, if so move it up to your other variables)
	
	tank = CreateDynamicVehicle(433, x, y,z, angle, 0, 0); // we're assigning the rhino to a variable to save its vehicleid, fill in your own pos/angle here
	SetVehicleHealth(tank, 4000.0); // setting rhino health to 4000 so it doesnt get destroyed easily
	
	return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)