View Single Post
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 08-26-2023 , 17:22   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1836

For anyone running a Fistful of Frags (FoF) server, and wants to disable the ridable-horses, this example replaces the ridable-horse entities (fof_horse) with the older non-ridable prop horses (npc_horse):

Code:
;;
;;	Replace rideable horses with prop horses ...
;;
modify:
{
	match:
	{
	"classname" "fof_horse"
	}
	replace:
	{
	"classname" "npc_horse"
	}
}
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter
Weasel is offline