(TUT) Animações

Descrição: Para você que procura animações para seu servidor RPG ou DM, sei lá... A Samp-Vicio disponibiliza os códigos para você usar e abusar!
pawn Code:
//---------------------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("/animes", cmd, true) == 0) { SendClientMessage(playerid, ADMINFS_MESSAGE_COLOR, "[www.Samp-Vicio.net]:Lista de Animes :"); SendClientMessage(playerid, ADMINFS_MESSAGE_COLOR, "/renderse /ligar /desligar /bebado /bomba /apontar /merda /mascararse"); SendClientMessage(playerid, ADMINFS_MESSAGE_COLOR, "/roubar /cruzarb /deitar /abaixar /vomitar /comer /rap /passaramao"); SendClientMessage(playerid, ADMINFS_MESSAGE_COLOR, "/cobrar /overdose /fumar /fumar2 /sentar /conversar /fodase /taichi"); SendClientMessage(playerid, ADMINFS_MESSAGE_COLOR, "/observar "); return 1; }

COMPARTILHE

VEJA TAMBÉM

Próxima
« Anterior
Anterior
Próximo »