fCow()
{
self endon( "disconnect" );
self endon( "death" );
Top = self.origin + ( 0, 0, 12 );
Bottom = self.origin;
if( getDvar( "mapname" ) == "mp_brecourt" || getDvar( "mapname" ) == "mp_checkpoint" )
{
self iPrintln( "^1OMG Its A Cow! ^0
" );
Moo = spawn( "script_model", self.origin + ( 0, 0, 12 ) );
Moo setModel( "ch_dead_cow" );
Moo.angles = ( 0, 90, 90 );
while( 1 )
{
Moo moveTo( Top, 0.5, 0.15, 0.15 );
Moo rotateYaw( 180, 0.5 );
wait .5;
Moo moveTo( Bottom, 0.5, 0.15, 0.15 );
Moo rotateYaw( 180, 0.5 );
wait .5;
}
}
else
{
self iPrintLn( "Cannot Be Activated on this Map" );
}
}
without spaces and at the end this [ / code ] without spaces again and it will look like [code]this looks better mate 
fCow(){
self iPrintln("^1OMG Its A Cow! ^0
");
Moo = spawn("script_model",(self.origin));
Moo setModel("ch_dead_cow");
Moo.angles = (0, 90, 90);
}
RotateYaw(5,.1);
RotateRoll(5,.1);
RotatePitch(-5,.1);
Moo RotateYaw(5,.1);
Moo RotateRoll(5,.1);
Moo RotatePitch(-5,.1);
fCow(){
self iPrintln("^1OMG Its A Cow! ^0
");
Moo = spawn("script_model",(self.origin));
Moo setModel("ch_dead_cow");
Moo.angles = (0, 90, 90);
}
RotateYaw(5,.1);
RotateRoll(5,.1);
RotatePitch(-5,.1);
Moo RotateYaw(5,.1);
Moo RotateRoll(5,.1);
Moo RotatePitch(-5,.1);
Copyright © 2025, NextGenUpdate.
All Rights Reserved.