Hi peeps. Can anyone help me..?? Is there a mod for preventing players from using the force model function on MOHAA..?
Many thanks Swanny
you problably can stufftext them not to use force models. In a script stufftext "cg_forcemodel" "0".
I believe you can do it with admin-pro to using the cvar-forcing.
Think the script should be something like this
force:
while(1)
{
while($player.size == 0)
{
wait 5
}
$player stufftext ("cg_forcemodel 0")
wait 1
}
end
Many thanks [KC]Murdock, Will give it a try :-)