[FilterScript] /animes bem legal
#1

Ola galera venho trazer um animes que era do meu gm e dei uma editada fico show de bola basta vcs verem

Quote:

//=========================================animes=== ============================
if(strcmp("/handsup", cmd, true) == 0)
{
SetPlayerSpecialAction(playerid, 10);
return 1;
}
if(strcmp("/ligar", cmd, true) == 0)
{
SetPlayerSpecialAction(playerid, 11);
return 1;
}
if(strcmp("/desligar", cmd, true) == 0)
{
SetPlayerSpecialAction(playerid, 13);
return 1;
}
if(strcmp("/bebado", cmd, true) == 0)
{
ApplyAnimation(playerid, "PED", "WALK_DRUNK", 4.0, 1, 1, 1, 1, 0);
return 1;
}
if(strcmp("/apontar", cmd, true) == 0)
{
ApplyAnimation(playerid, "ped", "ARRESTgun", 4.0, 0, 1, 1, 1, -1);
return 1;
}
if(strcmp("/merda", cmd, true) == 0)
{
ApplyAnimation(playerid, "RAPPING", "Laugh_01", 4.0, 0, 0, 0, 0, 0);
return 1;
}
if(strcmp("/mascararse", cmd, true) == 0)
{
ApplyAnimation(playerid, "SHOP", "ROB_Shifty", 4.0, 0, 0, 0, 0, 0);
return 1;
}
if(strcmp("/roubar", cmd, true) == 0)
{
ApplyAnimation(playerid, "SHOP", "ROB_Loop_Threat", 4.0, 1, 0, 0, 0, 0);
return 1;
}
if(strcmp("/cruzarb", cmd, true) == 0)
{
ApplyAnimation(playerid, "COP_AMBIENT", "Coplook_loop", 4.0, 0, 1, 1, 1, -1);
return 1;
}
if(strcmp("/deitar", cmd, true) == 0)
{
ApplyAnimation(playerid, "BEACH", "bather", 4.0, 1, 0, 0, 0, 0);
return 1;
}
if(strcmp("/abaixar", cmd, true) == 0)
{
ApplyAnimation(playerid, "ped", "cower", 3.0, 1, 0, 0, 0, 0);
return 1;
}
if(strcmp("/vomitar", cmd, true) == 0)
{
ApplyAnimation(playerid, "FOOD", "EAT_Vomit_P", 3.0, 0, 0, 0, 0, 0);
return 1;
}
if(strcmp("/comer", cmd, true) == 0)
{
ApplyAnimation(playerid, "FOOD", "EAT_Burger", 3.0, 0, 0, 0, 0, 0);
return 1;
}
if(strcmp("/rap", cmd, true) == 0)
{
ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0);
return 1;
}
if(strcmp("/passaramao", cmd, true) == 0)
{
ApplyAnimation(playerid, "SWEET", "sweet_ass_slap", 4.0, 0, 0, 0, 0, 0);
return 1;
}
if(strcmp("/cobrar", cmd, true) == 0)
{
ApplyAnimation(playerid, "DEALER", "DEALER_DEAL", 4.0, 0, 0, 0, 0, 0);
return 1;
}
if(strcmp("/overdose", cmd, true) == 0)
{
ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
return 1;
}
if(strcmp("/fumar", cmd, true) == 0)
{
ApplyAnimation(playerid, "SMOKING", "M_smklean_loop", 4.0, 1, 0, 0, 0, 0);
return 1;
}
if(strcmp("/fumar2", cmd, true) == 0)
{
ApplyAnimation(playerid, "SMOKING", "F_smklean_loop", 4.0, 1, 0, 0, 0, 0);
return 1;
}
if(strcmp("/sentar", cmd, true) == 0)
{
ApplyAnimation(playerid, "BEACH", "ParkSit_M_loop", 4.0, 1, 0, 0, 0, 0);
return 1;
}
if(strcmp("/conversar", cmd, true) == 0)
{
ApplyAnimation(playerid, "PED", "IDLE_CHAT", 4.0, 0, 0, 0, 0, 0);
return 1;
}
if(strcmp("/fodase", cmd, true) == 0)
{
ApplyAnimation(playerid, "PED", "fucku", 4.0, 0, 0, 0, 0, 0);
return 1;
}
if(strcmp("/taichi", cmd, true) == 0)
{
ApplyAnimation(playerid, "PARK", "Tai_Chi_Loop", 4.0, 1, 0, 0, 0, 0);
return 1;
}
if(strcmp("/observar", cmd, true) == 0)
{
ApplyAnimation(playerid, "BAR", "dnk_stndF_loop", 4.0, 1, 0, 0, 0, 0);
return 1;
}
//---------------------Lista Animaзхes------------------------------------
if(strcmp("/animes", cmd, true) == 0)
{
SendClientMessage(playerid, LARANJA, "_________________________________________________ __________________________________________");
SendClientMessage(playerid, COLOR_RED, "Lista de Animes :");
SendClientMessage(playerid, COLOR_WHITE, "/handsup /ligar /desligar /bebado /apontar /merda /mascararse");
SendClientMessage(playerid, COLOR_WHITE, "/roubar /cruzarb /deitar /abaixar /vomitar /comer /rap /passaramao");
SendClientMessage(playerid, COLOR_WHITE, "/cobrar /overdose /fumar /fumar2 /sentar /conversar /fodase /taichi /observar");
SendClientMessage(playerid, LARANJA, "_________________________________________________ __________________________________________");
return 1;
}

se nao gostou nem post
CREDITOS: [FeK]DraKiNs
Reply


Messages In This Thread
animes - by year_Stracci - 07.09.2011, 21:52
Re: /animes bem legal - by Douglas_prt - 07.09.2011, 21:56
Re: /animes bem legal - by [S]trong - 07.09.2011, 22:01
Re: /animes bem legal - by Lipe_Stronda - 07.09.2011, 22:04
Re: /animes bem legal - by Y_Baby - 07.09.2011, 22:08
Re: /animes bem legal - by year_Stracci - 07.09.2011, 22:13
Re: /animes bem legal - by Y_Baby - 07.09.2011, 22:39
Re: /animes bem legal - by BrunoBSF - 07.09.2011, 22:40
Respuesta: /animes bem legal - by [Red]Maninho - 07.09.2011, 22:50
Re: /animes bem legal - by [O.z]Caroline - 07.09.2011, 22:56
Respuesta: /animes bem legal - by [Red]Maninho - 07.09.2011, 23:11
Re: /animes bem legal - by ApolloRJ - 07.09.2011, 23:22
PEDIDO - by Jodson - 09.11.2011, 14:40
PEDIDO Animes - by Jodson - 09.11.2011, 14:44
Re: /animes bem legal - by Gutierrez_zikaloko - 06.05.2012, 16:13

Forum Jump:


Users browsing this thread: 5 Guest(s)