Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ////////////////////////////////////////////////////////////////////////////////
- #if defined Logo
- 8888888b. d8888 d8b
- 888 "Y88b d88888 Y8P
- 888 888 d88P888
- 888 888 d88P 888 88888b. 888 88888b.d88b. .d8888b
- 888 888 d88P 888 888 "88b 888 888 "888 "88b 88K
- 888 888 d88P 888 888 888 888 888 888 888 "Y8888b.
- 888 .d88P d8888888888 888 888 888 888 888 888 X88
- 8888888P" d88P 888 888 888 888 888 888 888 88888P'
- #endif
- ////////////////////////////////////////////////////////////////////////////////
- #include < a_samp >
- #include < zcmd >
- ////////////////////////////////////////////////////////////////////////////////
- #define SPECIAL_ACTION_PISSING 68
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:relax(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"BEACH", "bather", 4.0, 1, 0, 0, 0, 0);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:handsup(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:bomb(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:robman(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid, "SHOP", "ROB_Loop_Threat", 4.0, 1, 0, 0, 0, 0);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:crossarms(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"PAULNMAC", "wank_loop", 1.800001, 1, 0, 0, 1, 600);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:taichi(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"PARK","Tai_Chi_Loop",4.0,1,0,0,0,0);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:spank(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid, "SWEET", "sweet_ass_slap", 4.0, 0, 0, 0, 0, 0);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:wave(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:sick(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid, "FOOD", "EAT_Vomit_P", 3.0, 0, 0, 0, 0, 0);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:scared(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid, "ped", "cower", 3.0, 1, 0, 0, 0, 0);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:talk(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"PED","IDLE_CHAT",1.800001, 1, 1, 1, 1, 13000);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:kiss(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"KISSING", "Grlfrd_Kiss_02", 1.800001, 1, 0, 0, 1, 600);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:sit(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"INT_OFFICE", "OFF_Sit_Bored_Loop", 1.800001, 1, 0, 0, 1, 600);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:fucku(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"ped", "fucku", 4.1, 0, 1, 1, 1, 1 );
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:cocaine(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"CRACK", "crckdeth2", 1.800001, 1, 0, 0, 1, 600);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:rocky(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"GYMNASIUM", "GYMshadowbox", 1.800001, 1, 0, 0, 1, 600);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:smoke(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"SMOKING", "M_smklean_loop", 4.0, 1, 0, 0, 0, 0);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:beach(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"BEACH","SitnWait_loop_W",4.1,0,1,1,1,1);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:lookout(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"ON_LOOKERS","lkup_in",4.1,0,1,1,1,1);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:circle(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"CHAINSAW","CSAW_Hit_2",4.1,0,1,1,1,1);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:medic(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"MEDIC","CPR",4.1,0,1,1,1,1);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:chat(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:die(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"PED","BIKE_fallR",4.1,0,1,1,1,1);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:slapa(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"PED","BIKE_elbowL",4.1,0,1,1,1,1);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:rofl(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"PED","Crouch_Roll_L",4.1,0,1,1,1,1);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:glitched(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"TATTOOS","TAT_Sit_Out_O",4.1,0,1,1,1,1);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:fakefire(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"SILENCED","SilenceCrouchfire",4.1,0,1,1,1,1);
- }
- return 1;
- }
- COMMAND:fart(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- PlayerPlaySound(playerid, 1147, 0.0, 0.0, 0.0);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:vomit(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid, "FOOD", "EAT_Vomit_P", 3.0, 0, 0, 0, 0, 0);
- PlayerPlaySound(playerid, 1169, 0.0, 0.0, 0.0);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:drunk(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"PED","WALK_DRUNK",4.1,0,1,1,1,1);
- ApplyAnimation(playerid,"PED","WALK_DRUNK",4.1,0,1,1,1,1);
- ApplyAnimation(playerid,"PED","WALK_DRUNK",4.1,0,1,1,1,1);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:getin(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"NEVADA","NEVADA_getin",4.1,0,1,1,1,1);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:piss(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- SetPlayerSpecialAction(playerid, 68);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:funnywalk(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"WUZI","Wuzi_Walk",4.1,0,1,1,1,1);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:kickass(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid,"FIGHT_E","Hit_fightkick",4.1,0,1,1,1,1);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:cell(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USECELLPHONE);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:laugh(playerid, params[])
- {
- if (GetPlayerState(playerid)== 1)
- {
- ApplyAnimation(playerid, "RAPPING", "Laugh_01", 4.0, 0, 0, 0, 0, 0);
- }
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:eat(playerid, params[])
- {
- ApplyAnimation(playerid, "FOOD", "EAT_Burger", 3.0, 0, 0, 0, 0, 0);
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:injured(playerid, params[])
- {
- ApplyAnimation(playerid, "SWEET", "Sweet_injuredloop", 4.0, 1, 0, 0, 0, 0);
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:slapass(playerid, params[])
- {
- ApplyAnimation(playerid, "SWEET", "sweet_ass_slap", 4.0, 0, 0, 0, 0, 0);
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:laydown(playerid, params[])
- {
- ApplyAnimation(playerid,"BEACH", "bather", 4.0, 1, 0, 0, 0, 0);
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:arrest(playerid, params[])
- {
- ApplyAnimation(playerid,"ped", "ARRESTgun", 4.0, 0, 1, 1, 1, -1);
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:carjack(playerid, params[])
- {
- ApplyAnimation(playerid,"PED","CAR_jackedLHS",4.0,0,1,1,1,0);
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:animsoff(playerid, params[])
- {
- ClearAnimations(playerid);
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- COMMAND:anims(playerid, params[])
- {
- #define DIALOG_ANIMS 912
- new string[1024];
- strcat(string, "{9F9F9F}" "/relax | /scared | /sick | /wave | /spank | /taichi | /crossarms |\n", 1024);
- strcat(string, "{FFA200}" "/wank | /kiss | /talk | /fucku | /cocaine | /rocky | /sit | /smoke |\n", 1024);
- strcat(string, "{9F9F9F}" "/beach | /lookout | /circle | /medic | /chat | /die | /slapa | /rofl |\n", 1024);
- strcat(string, "{FFA200}" "/glitched | /fakefire | /bomb | /robman | /handsup | /piss |\n", 1024);
- strcat(string, "{9F9F9F}" "/getin | /skate | /cover | /fart | /vomit | /drunk |\n", 1024);
- strcat(string, "{FFA200}" "/funnywalk | /kickass | /cell | /laugh | /eat | /injured |\n", 1024);
- strcat(string, "{9F9F9F}" "/slapass | /laydown | /arrest | /laugh | /eat | /carjack |", 1024);
- ShowPlayerDialog(playerid,DIALOG_ANIMS,DIALOG_STYLE_MSGBOX,"{9F9F9F}" "DAnims", string, "-->oK<--", "");
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- #if defined Copyright
- ,ad8888ba, 88
- d8"' `"8b ,d 88
- d8' 88 88
- 88 8b,dPPYba, ,adPPYba, ,adPPYYba, MM88MMM ,adPPYba, ,adPPYb,88
- 88 88P' "Y8 a8P_____88 "" `Y8 88 a8P_____88 a8" `Y88
- Y8, 88 8PP""""""" ,adPPPPP88 88 8PP""""""" 8b 88
- Y8a. .a8P 88 "8b, ,aa 88, ,88 88, "8b, ,aa "8a, ,d88
- `"Y8888Y"' 88 `"Ybbd8"' `"8bbdP"Y8 "Y888 `"Ybbd8"' `"8bbdP"Y8
- 88
- 88
- 88
- 88,dPPYba, 8b d8
- 88P' "8a `8b d8'
- 88 d8 `8b d8'
- 88b, ,a8" `8b,d8'
- 8Y"Ybbd8"' Y88'
- d8'
- d8'
- 88888888ba, 88
- 88 `"8b 88
- 88 `8b 88
- 88 88 ,adPPYYba, 8b,dPPYba, 88 ,d8 8b d8
- 88 88 "" `Y8 88P' "Y8 88 ,a8" `8b d8'
- 88 8P ,adPPPPP88 88 8888[ `8b d8'
- 88 .a8P 88, ,88 88 88`"Yba, `8b,d8'
- 88888888Y"' `"8bbdP"Y8 88 88 `Y8a Y88'
- d8'
- d8'
- #endif
- ////////////////////////////////////////////////////////////////////////////////
Advertisement
Add Comment
Please, Sign In to add comment