MOH Central

Medal of Honor Series Forum => MOHAA Series: General => Topic started by: swanny197 on May 11, 2007, 12:19:17 AM

Title: force models
Post by: swanny197 on May 11, 2007, 12:19:17 AM
Hi peeps. Can anyone help me..?? Is there a mod for preventing players from using the force model function on MOHAA..?

   

   Many thanks Swanny
Title: force models
Post by: [KC]Murdock on May 11, 2007, 08:34:26 AM
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
Title: force models
Post by: swanny197 on May 12, 2007, 04:03:46 PM
Many thanks [KC]Murdock, Will give it a try :-)