Author Topic: Any one can give me animation script? I want, send me link download!  (Read 1623 times)

[$DaNi3l$]

  • Newbie
  • *
  • Posts: 2
  • Karma: +2/-2
    • View Profile
Any one can give me animation script? I want, send me link download!  :-X

Shadow.

  • Tester
  • Full Member
  • ****
  • Posts: 144
  • Karma: +16/-35
    • View Profile
Re: Any one can give me animation script? I want, send me link download!
« Reply #1 on: March 29, 2013, 05:24:03 pm »
We are not here to give away, please try out yourself and post here your code if you fail.

Use LU Wiki for what functions/events you can use.

[$DaNi3l$]

  • Newbie
  • *
  • Posts: 2
  • Karma: +2/-2
    • View Profile
Re: Any one can give me animation script? I want, send me link download!
« Reply #2 on: March 29, 2013, 05:38:55 pm »
gimme link becouse i cant make it ma self D:

Shadow.

  • Tester
  • Full Member
  • ****
  • Posts: 144
  • Karma: +16/-35
    • View Profile
Re: Any one can give me animation script? I want, send me link download!
« Reply #3 on: March 29, 2013, 06:39:24 pm »
Try it! Then you won't need to ask for anymore help because you will become experienced, also, learning didn't kill anyone so far.

Kevin

  • Newbie
  • *
  • Posts: 32
  • Karma: +9/-35
    • View Profile
    • www.edgarcain.zz.mu
Re: Any one can give me animation script? I want, send me link download!
« Reply #4 on: April 13, 2013, 12:31:58 am »
As I understood you want to / anim (id)

function onPlayerCommand( pPlayer, szCommand, szText )
{
   if ( szCommand == "anim" )
   {
      if ( szText )
      {
         local pTemp = split( szText, " " ), ID = 89;
         if ( IsNum( pTemp[ 0 ] ) ) ID = pTemp[ 0 ].tointeger();
         if ( (ID == 1) )
          {
         MessagePlayer( "[#ff0000]*Error*[#ffff00] - Este anim Esta Baneado Del Server", pPlayer, 255, 0, 0  );
         }
         else if ( ( ID >= 2 ) && ( ID <= 89 ) )
         {
         pPlayer.SetAnim( szText.tointeger() );
                                     MessagePlayer( "**Su Animacion ha sido activada**  ", pPlayer, Colour( 0, 255, 0 ) );
         }
      }
   }
   
}
function GetPlayer( target )
{
   target = target.tostring();
   
   if ( IsNum( target ) )
   {
      target = target.tointeger();
      
      if ( FindPlayer( target ) ) return FindPlayer( target );
      else return null;
   }
   else if ( FindPlayer( target ) ) return FindPlayer( target );
   else return null;
}
Kevin  ;)

 

© Liberty Unleashed Team.