admin | Дата: Среда, 06.10.2010, 04:12:03 | Сообщение # 1 |
Группа: Администраторы
Сообщений: 3869
| Code if (strcmp("/arrest", cmdtext, true, 7) == 0) { ApplyAnimation( playerid,"ped", "ARRESTgun", 4.0, 0, 0, 0, 0, 0); // Gun Arrest SendClientMessage(playerid, 0xFF0000FF, "Вы аристованы"); return 1; } // Залаживать бомбу Code if (strcmp("/bomb", cmdtext, true) == 0) { ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0); // Place Bomb SendClientMessage(playerid, 0xFF0000FF, "Вы закладываете бомбу"); return 1; } // смеетесь Code if (strcmp("/laugh", cmdtext, true) == 0) { ApplyAnimation(playerid, "RAPPING", "Laugh_01", 4.0, 0, 0, 0, 0, 0); // Laugh SendClientMessage(playerid, 0xFF0000FF, "Вы смеётесь"); return 1; } // Полиция Code if (strcmp("/lookout", cmdtext, true) == 0) { ApplyAnimation(playerid, "SHOP", "ROB_Shifty", 4.0, 0, 0, 0, 0, 0); // Rob Lookout SendClientMessage(playerid, 0xFF0000FF, "Вы высматриваете полицейских"); return 1; } // вы грабите Code if (strcmp("/rob", cmdtext, true) == 0) { ApplyAnimation(playerid, "SHOP", "ROB_Loop_Threat", 4.0, 0, 0, 0, 0, 0); // Rob SendClientMessage(playerid, 0xFF0000FF, "Вы грабите место"); return 1; } // Wank Out Code if (strcmp("/wankin", cmdtext, true) == 0) { ApplyAnimation(playerid, "PAULNMAC", "wank_loop", 4.0, 0, 0, 0, 0, 0); // Wank In SendClientMessage(playerid, 0xFF0000FF, "Вы - wanking"); return 1; } // вы аристованы Code if (strcmp("/coparrest", cmdtext, true) == 0) { ApplyAnimation(playerid, "POLICE", "plc_drgbst_01", 4.0, 0, 0, 0, 0, 0); // Arrest SendClientMessage(playerid, 0xFF0000FF, "Вы арестовываете кого-то"); return 1; } // Wank In Code if (strcmp("/wankout", cmdtext, true) == 0) { ApplyAnimation(playerid, "PAULNMAC", "wank_out", 4.0, 0, 0, 0, 0, 0); // Wank Out SendClientMessage(playerid, 0xFF0000FF, "Вы - wanking"); return 1; } // Аристованым Code if (strcmp("/arrested", cmdtext, true) == 0) { ApplyAnimation(playerid, "POLICE", "crm_drgbst_01", 4.0, 0, 0, 0, 0, 0); // Arrested SendClientMessage(playerid, 0xFF0000FF, "Вы становитесь арестованными"); return 1; } // Ранен Code if (strcmp("/injured", cmdtext, true) == 0) { ApplyAnimation(playerid, "SWEET", "Sweet_injuredloop", 4.0, 0, 0, 0, 0, 0); // Injured SendClientMessage(playerid, 0xFF0000FF, "Вы ранены"); return 1; } // Хлопуушным Code if (strcmp("/slapped", cmdtext, true) == 0) { ApplyAnimation(playerid, "SWEET", "ho_ass_slapped", 4.0, 0, 0, 0, 0, 0); // Ass Slapped SendClientMessage(playerid, 0xFF0000FF, "Вы становитесь хлопнувшими"); return 1; } // Курить Code if (strcmp("/fsmoking", cmdtext, true) == 0) { ApplyAnimation(playerid, "SMOKING", "F_smklean_loop", 4.0, 0, 0, 0, 0, 0); // Female Smoking SendClientMessage(playerid, 0xFF0000FF, "Вы курите"); return 1; } // Смотрить Code if (strcmp("/coplook", cmdtext, true) == 0) { ApplyAnimation(playerid, "COP_AMBIENT", "Coplook_loop", 4.0, 0, 0, 0, 0, 0); // Cop Looking SendClientMessage(playerid, 0xFF0000FF, "Вы смотрите"); return 1; } // Ложишся Code if (strcmp("/lay", cmdtext, true, 6) == 0) { ApplyAnimation(playerid,"BEACH", "bather", 4.0, 0, 0, 0, 0, 0); // Lay down SendClientMessage(playerid, 0xFF0000FF, "Вы ложитесь"); return 1; } // Прячишся Code if (strcmp("/cover", cmdtext, true, 3) == 0) { ApplyAnimation(playerid, "ped", "cower", 3.0, 0, 0, 0, 0, 0); // Taking Cover SendClientMessage(playerid, 0xFF0000FF, "Вы прячетесь"); return 1; } // рвешь Code if (strcmp("/vomit", cmdtext, true) == 0) { ApplyAnimation(playerid, "FOOD", "EAT_Vomit_P", 3.0, 0, 0, 0, 0, 0); // Vomit BAH! SendClientMessage(playerid, 0xFF0000FF, "Вы рвете:S"); return 1; } // Булочка Code if (strcmp("/eat", cmdtext, true) == 0) { ApplyAnimation(playerid, "FOOD", "EAT_Burger", 3.00, 0, 0, 0, 0, 0); // Eat Burger SendClientMessage(playerid, 0xFF0000FF, "Вы едите булочку с начинкой"); return 1; } // махаешь рукой Code if (strcmp("/wave", cmdtext, true) == 0) { ApplyAnimation(playerid, "KISSING", "BD_GF_Wave", 3.0, 0, 0, 0, 0, 0); // Wave SendClientMessage(playerid, 0xFF0000FF, "Вы махаете"); return 1; } // хлопаешь Code if (strcmp("/slapass", cmdtext, true) == 0) { ApplyAnimation(playerid, "SWEET", "sweet_ass_slap", 4.0, 0, 0, 0, 0, 0); // Ass Slapping SendClientMessage(playerid, 0xFF0000FF, "Вы хлопаете чью - то задницу"); return 1; } // Мертвый Code if (strcmp("/death", cmdtext, true) == 0) { ApplyAnimation(playerid, "WUZI", "CS_Dead_Guy", 4.0, 0, 0, 0, 0, 0); // Dead Crawling SendClientMessage(playerid, 0xFF0000FF, "Вы ползаете мертвые"); return 1; } // наркота Code if (strcmp("/deal", cmdtext, true) == 0) { ApplyAnimation(playerid, "DEALER", "DEALER_DEAL", 4.0, 0, 0, 0, 0, 0); // Deal Drugs SendClientMessage(playerid, 0xFF0000FF, "Вы - торговля наркотиками"); return 1; } // поцелуй Code if (strcmp("/kiss", cmdtext, true, 5) == 0) { ApplyAnimation(playerid, "KISSING", "Playa_Kiss_02", 3.0, 0, 0, 0, 0, 0); // Kiss SendClientMessage(playerid, 0xFF0000FF, "Вы целуете кого-то"); return 1; } // Crack Dieing Code if (strcmp("/crack", cmdtext, true, 6) == 0) { ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 0, 0, 0, 0, 0); // Dieing of Crack SendClientMessage(playerid, 0xFF0000FF, "Вы - trippin"); return 1; } // сышь Code if (strcmp("/piss", cmdtext, true, 8) == 0) { ApplyAnimation(playerid, "PAULNMAC", "Piss_in", 3.0, 0, 0, 0, 0, 0); // Pissing SendClientMessage(playerid, 0xFF0000FF, "Хуля сышь где попало"); return 1; } // куришь Code if (strcmp("/smoke", cmdtext, true, 4) == 0) { ApplyAnimation(playerid,"SMOKING", "M_smklean_loop", 4.0, 0, 0, 0, 0, 0); // Smoke SendClientMessage(playerid, 0xFF0000FF, "Вы курите"); return 1; } // содишся Code if (strcmp("/sit", cmdtext, true, 4) == 0) { ApplyAnimation(playerid,"BEACH", "ParkSit_M_loop", 4.0, 0, 0, 0, 0, 0); // Sit SendClientMessage(playerid, 0xFF0000FF, "Вы садитесь"); return 1; } // Fuck U Code if (strcmp("/fu", cmdtext, true, 2) == 0) { ApplyAnimation( playerid,"ped", "fucku", 4.1, 0, 1, 1, 1, 1 ); // Wave fist / Pull fingers (with block hands) SendClientMessage(playerid, 0xFF0000FF, "фак ё"); return 1; }
zm-jail.ru Разработка сайта samp-pawno.ru
|
|
|
|