[DUV] AMX to pawn
#5

le caraзas...

pawn Код:
if(!strcmp("/deitar", cmdtext, true, 6))
  {
   ApplyAnimation(playerid, "BEACH", "bather", 4.0, 1, 0, 0, 0, 0);
   return 1;
  }
  if(!strcmp("/abaixar", cmdtext, true, 3))
  {
   ApplyAnimation(playerid, "ped", "cower", 3.0, 1, 0, 0, 0, 0);
   return 1;
  }
  if(!strcmp("/vomitar", cmdtext, true))
  {
   ApplyAnimation(playerid, "FOOD", "EAT_Vomit_P", 3.0, 0, 0, 0, 0, 0);
   return 1;
  }
Reply


Messages In This Thread
[DUV] AMX to pawn - by Bruno da Silva - 24.03.2010, 07:23
Re: [DUV] AMX to pawn - by andmeida10 - 24.03.2010, 07:53
Re: [DUV] AMX to pawn - by RoamPT - 24.03.2010, 10:34
Re: [DUV] AMX to pawn - by Bruno da Silva - 24.03.2010, 21:52
Re: [DUV] AMX to pawn - by SlashPT - 24.03.2010, 23:03

Forum Jump:


Users browsing this thread: 1 Guest(s)