09.04.2012, 22:05
Quote:
Bom Eu tenho Algums Aki !
Код:
Coloque no OnPlayerCommandText Код:
//---------------------ANIMAЗХES--------------------------------------------- if(strcmp("/renderse", 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("/bomba", cmd, true) == 0) { ClearAnimations(playerid); ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 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("/anims", cmd, true) == 0) { SendClientMessage(playerid, COLOR_AQUA, "Lista de Animes :"); SendClientMessage(playerid, COLOR_AQUA, "/renderse /ligar /desligar /bebado /bomba /apontar /merda /mascararse"); SendClientMessage(playerid, COLOR_AQUA, "/roubar /cruzarb /deitar /abaixar /vomitar /comer /rap /passaramao"); SendClientMessage(playerid, COLOR_AQUA, "/cobrar /overdose /fumar /fumar2 /sentar /conversar /fodase /taichi"); SendClientMessage(playerid, COLOR_AQUA, "/observar "); GetPlayerName(playerid, pname, sizeof (pname)); format(string, sizeof(string),"{FFFF00}%s Esta vendo os Anims /anims", pname); SendClientMessageToAll(COLOR_AQUA, string); return 1; } TE AJUDEI +REP! |
@TOPIC
Estude o do Leo.
Cуdigo prontos:
https://sampforum.blast.hk/showthread.php?tid=316661
http://forum.sa-mp.com/showpost.php?...98&postcount=2
http://forum.sa-mp.com/showthread.ph...ghlight=Animes
http://forum.sa-mp.com/showthread.ph...ghlight=Animes
Tem outros, basta usar o search.