Vehicle respawn
#1

Hi,

I am trying to look a way to set my Police vehicles to Respawn, it uses an IsLeovehicle variable

Код:
    if(!strcmp(params, "sheriff", true))
    {
	if(IsLeoVehicle(vehid))
	SetVehicleToRespawn(IsLeoVehicle(vehid));
	format(string, sizeof(string), ">>> ADMIN OVERRIDE %s has respawned all Sheriffs department vehicles!");
	SendClientMessageToAll(COLOR_LIGHTRED, string);
	return 1;
	}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)