if(strcmp(cmd, \"/animsex\", true) == 0) { switch(strval(tmp)) { case 1: ApplyAnimation(playerid, \"SEX\", \"SEX_1_W\", 4.1, 0, 1, 1, 1, 1, 1); case 2: ApplyAnimation(playerid, \"SEX\", \"SEX_1_P\", 4.1, 0, 1, 1, 1, 1, 1); case 3: ApplyAnimation(playerid, \"SEX\", \"SEX_2_W\", 4.1, 0, 1, 1, 1, 1, 1); case 4: ApplyAnimation(playerid, \"SEX\", \"SEX_2_P\", 4.1, 0, 1, 1, 1, 1, 1); case 5: ApplyAnimation(playerid, \"SEX\", \"SEX_3_W\", 4.1, 0, 1, 1, 1, 1, 1); case 6: ApplyAnimation(playerid, \"SEX\", \"SEX_3_P\", 4.1, 0, 1, 1, 1, 1, 1); case 7: ApplyAnimation(playerid, \"SEX\", \"SEX_1_CUM_W\", 4.1, 0, 1, 1, 1, 1, 1); case 8: ApplyAnimation(playerid, \"SEX\", \"SEX_1_CUM_P\", 4.1, 0, 1, 1, 1, 1, 1); case 9: ApplyAnimation(playerid, \"SEX\", \"SEX_1_FAIL_W\", 4.1, 0, 1, 1, 1, 1, 1); case 10: ApplyAnimation(playerid, \"SEX\", \"SEX_1_FAIL_P\", 4.1, 0, 1, 1, 1, 1, 1); case 11: ApplyAnimation(playerid, \"SEX\", \"SEX_2_FAIL_W\", 4.1, 0, 1, 1, 1, 1, 1); case 12: ApplyAnimation(playerid, \"SEX\", \"SEX_2_FAIL_P\", 4.1, 0, 1, 1, 1, 1, 1); case 13: ApplyAnimation(playerid, \"SEX\", \"SEX_3_FAIL_W\", 4.1, 0, 1, 1, 1, 1, 1); case 14: ApplyAnimation(playerid, \"SEX\", \"SEX_3_FAIL_P\", 4.1, 0, 1, 1, 1, 1, 1); case 15: ApplyAnimation(playerid, \"SEX\", \"SEX_1TO2_W\", 4.1, 0, 1, 1, 1, 1, 1); case 16: ApplyAnimation(playerid, \"SEX\", \"SEX_1TO2_P\", 4.1, 0, 1, 1, 1, 1, 1); case 17: ApplyAnimation(playerid, \"SEX\", \"SEX_2TO3_W\", 4.1, 0, 1, 1, 1, 1, 1); case 18: ApplyAnimation(playerid, \"SEX\", \"SEX_2TO3_P\", 4.1, 0, 1, 1, 1, 1, 1); case 19: ApplyAnimation(playerid, \"SEX\", \"SEX_3TO1_W\", 4.1, 0, 1, 1, 1, 1, 1); case 20: ApplyAnimation(playerid, \"SEX\", \"SEX_3TO1_P\", 4.1, 0, 1, 1, 1, 1, 1); default: SendClientMessage(playerid, COLOR_INTERFACE, \"Syntax: /animsex [1 - 20]\"); } return 1; }
if (strcmp(\"/sex1\", cmdtext, true, 10) == 0 ){ApplyAnimation(playerid,\"BLOWJOBZ\",\"BJ_STAND_END_P\",4.0,1,0,0,0,-1);return 1;}if (strcmp(\"/sex2\", cmdtext, true, 10) == 0 ){ApplyAnimation(playerid,\"BLOWJOBZ\",\"BJ_STAND_LOOP_W\",4.0,1,0,0,0,-1);return 1;}if (strcmp(\"/sex3\", cmdtext, true, 10) == 0 ){ApplyAnimation(playerid,\"BLOWJOBZ\",\"BJ_STAND_LOOP_P\",4.0,1,0,0,0,-1);return 1;}if (strcmp(\"/sex4\", cmdtext, true, 10) == 0 ){ApplyAnimation(playerid,\"BLOWJOBZ\",\"BJ_STAND_START_W\",4.0,1,0,0,0,-1);return 1;}if (strcmp(\"/sex5\", cmdtext, true, 10) == 0 ){ApplyAnimation(playerid,\"BLOWJOBZ\",\"BJ_STAND_END_W\",4.0,1,0,0,0,-1);return 1;}if (strcmp(\"/sex6\", cmdtext, true, 10) == 0 ){ApplyAnimation(playerid,\"BLOWJOBZ\",\"BJ_STAND_START_P\",4.0,1,0,0,0,-1);return 1;}if (strcmp(\"/sex7\", cmdtext, true, 10) == 0 ){ApplyAnimation(playerid,\"BLOWJOBZ\",\"BJ_COUCH_END_W\",4.0,1,0,0,0,-1);return 1;}if (strcmp(\"/sex8\", cmdtext, true, 10) == 0 ){ApplyAnimation(playerid,\"BLOWJOBZ\",\"BJ_COUCH_END_P\",4.0,1,0,0,0,-1);return 1;}if (strcmp(\"/sex9\", cmdtext, true, 10) == 0 ){ApplyAnimation(playerid,\"BLOWJOBZ\",\"BJ_COUCH_LOOP_W\",4.0,1,0,0,0,-1);return 1;}if (strcmp(\"/sex10\", cmdtext, true, 10) == 0 ){ApplyAnimation(playerid,\"BLOWJOBZ\",\"BJ_COUCH_START_W\",4.0,1,0,0,0,-1);return 1;}if (strcmp(\"/sex11\", cmdtext, true, 10) == 0){ApplyAnimation(playerid,\"BLOWJOBZ\",\"BJ_COUCH_START_P\",4.0,1,0,0,0,-1);return 1;}if (strcmp(\"/sex12\", cmdtext, true, 10) == 0){ApplyAnimation(playerid,\"BLOWJOBZ\",\"BJ_COUCH_LOOP_P\",4.0,1,0,0,0,-1);return 1;}
// Can\'t allow \'naughty\' anims!if( !stricmp(szAnimFile,\"SEX\") || !stricmp(szAnimFile,\"SNM\") ||!stricmp(szAnimFile,\"BLOWJOBZ\") || !stricmp(szAnimFile,\"PAULNMAC\") )return;