Кто может написать такой плагин? :-D
White Wolf 🍉 Сообщения 2,382 Реакции 2,187 19 Авг 2015 Команда форума #2 PHP: #include <shop> public OnPluginStart() { RegConsoleCmd("sm_myinv", Command_Inv, "Shows inventory"); } public Action:Command_Inv(client, args) { if (client && IsClientInGame(client)) Shop_ShowInventory(client); return Plugin_Handled; } Вложения shopinv.smx 3.8 КБ · Просмотры: 3
PHP: #include <shop> public OnPluginStart() { RegConsoleCmd("sm_myinv", Command_Inv, "Shows inventory"); } public Action:Command_Inv(client, args) { if (client && IsClientInGame(client)) Shop_ShowInventory(client); return Plugin_Handled; }