20.04.2011, 14:48
Alguns animes que tirei do meu gm ...
pawn Код:
if(!strcmp(cmdtext,"/dancar1",true))
{
TextDrawShowForPlayer(playerid, TAnime);SetPlayerSpecialAction (playerid, SPECIAL_ACTION_DANCE1);
return true;
}
if(!strcmp(cmdtext,"/dancar2",true))
{
TextDrawShowForPlayer(playerid, TAnime);SetPlayerSpecialAction (playerid, SPECIAL_ACTION_DANCE2);
return true;
}
if(!strcmp(cmdtext,"/dancar3",true))
{
TextDrawShowForPlayer(playerid, TAnime);SetPlayerSpecialAction (playerid, SPECIAL_ACTION_DANCE3);
return true;
}
if(!strcmp(cmdtext,"/dancar4",true))
{
TextDrawShowForPlayer(playerid, TAnime);SetPlayerSpecialAction (playerid, SPECIAL_ACTION_DANCE4);
return true;
}
if(!strcmp(cmdtext,"/p",true))
{
ClearAnimations(playerid);
return true;
}
if(!strcmp(cmdtext,"/roubar",true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "SHOP", "ROB_Loop_Threat", 4.0, 1, 0, 0, 0, 0);
return true;
}
if(!strcmp(cmdtext,"/masturb",true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid,"PAULNMAC", "wank_loop", 1.800001, 1, 0, 0, 1, 600);
return true;
}
if(!strcmp(cmdtext,"/renderse",true))
{
TextDrawShowForPlayer(playerid, TAnime);SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
return true;
}
if(!strcmp(cmdtext,"/tchau",true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0);
return true;
}
if(!strcmp(cmdtext,"/saltopiscina",true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid,"DAM_JUMP","DAM_LAUNCH",2,0,1,1,0,0);
return true;
}
if(!strcmp(cmdtext,"/taichi",true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid,"PARK","Tai_Chi_Loop",4.0,1,0,0,0,0);
return true;
}
if(!strcmp(cmdtext,"/sentar",true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid,"INT_OFFICE", "OFF_Sit_Bored_Loop", 1.800001, 1, 0, 0, 1, 600);
return true;
}
if(!strcmp(cmdtext,"/boxear",true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid,"GYMNASIUM", "GYMshadowbox", 1.800001, 1, 0, 0, 1, 600);
return true;
}
if(!strcmp(cmdtext,"/tapinha",true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "SWEET", "sweet_ass_slap", 4.0, 0, 0, 0, 0, 0);
return true;
}
if(!strcmp(cmdtext,"/rolar",true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid,"PED","Crouch_Roll_L",4.1,0,1,1,1,1);
return true;
}
if(!strcmp(cmdtext,"/pipi",true))
{
TextDrawShowForPlayer(playerid, TAnime); SetPlayerSpecialAction(playerid, 68);
return true;
}
if(!strcmp(cmdtext,"/fone",true))
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USECELLPHONE); TextDrawShowForPlayer(playerid, TAnime);
return true;
}
if(!strcmp("/bebado",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "PED", "WALK_DRUNK", 4.0, 1, 1, 1, 1, 0);
return true;
}
if(!strcmp("/bomba",cmdtext, true))
{
ClearAnimations(playerid);
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
return true;
}
if(!strcmp("/apontar",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "ped", "ARRESTgun", 4.0, 0, 1, 1, 1, -1);
return true;
}
if(!strcmp("/merda",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "RAPPING", "Laugh_01", 4.0, 0, 0, 0, 0, 0);
return true;
}
if(!strcmp("/mascararse",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "SHOP", "ROB_Shifty", 4.0, 0, 0, 0, 0, 0);
return true;
}
if(!strcmp("/cruzarb",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "COP_AMBIENT", "Coplook_loop", 4.0, 0, 1, 1, 1, -1);
return true;
}
if(!strcmp("/deitar",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "BEACH", "bather", 4.0, 1, 0, 0, 0, 0);
return true;
}
if(!strcmp("/abaixar",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "ped", "cower", 3.0, 1, 0, 0, 0, 0);
return true;
}
if(!strcmp("/vomitar",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "FOOD", "EAT_Vomit_P", 3.0, 0, 0, 0, 0, 0);
return true;
}
if(!strcmp("/comer",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "FOOD", "EAT_Burger", 3.0, 0, 0, 0, 0, 0);
return true;
}
if(!strcmp("/rap",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0);
return true;
}
if(!strcmp("/cobrar",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "DEALER", "DEALER_DEAL", 4.0, 0, 0, 0, 0, 0);
return true;
}
if(!strcmp("/overdose",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
return true;
}
if(!strcmp("/fumar",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "SMOKING", "M_smklean_loop", 4.0, 1, 0, 0, 0, 0);
return true;
}
if(!strcmp("/fumar2",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "SMOKING", "F_smklean_loop", 4.0, 1, 0, 0, 0, 0);
return true;
}
if(!strcmp("/sentar2",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "BEACH", "ParkSit_M_loop", 4.0, 1, 0, 0, 0, 0);
return true;
}
if(!strcmp("/conversar",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "PED", "IDLE_CHAT", 4.0, 0, 0, 0, 0, 0);
return true;
}
if(!strcmp("/saifora",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "PED", "fucku", 4.0, 0, 0, 0, 0, 0);
return true;
}
if(!strcmp("/observar",cmdtext, true))
{
TextDrawShowForPlayer(playerid, TAnime); ApplyAnimation(playerid, "BAR", "dnk_stndF_loop", 4.0, 1, 0, 0, 0, 0);
return true;
}