force models

Started by swanny197, May 11, 2007, 12:19:17 AM

Previous topic - Next topic

swanny197

Hi peeps. Can anyone help me..?? Is there a mod for preventing players from using the force model function on MOHAA..?

   

   Many thanks Swanny

[KC]Murdock

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

swanny197

Many thanks [KC]Murdock, Will give it a try :-)