мой плагин
|
|
Syava-g | Дата: Среда, 17.06.2009, 14:08:06 | Сообщение # 1 |
Полковник
Группа: Пользователи
Сообщений: 199
Статус: Не в сети
| Code #include <amxmodx> #include <engine> #include <fakemeta> #include <sockets> #include <regex> #include <nvault> #include <amxmisc> #include <hamsandwich> #include <csx> #include <cstrike> #include <zombieplaque> это начало моего плагина дополните плз, чтобы он работал
d31ay
Сообщение отредактировал Syava-g - Среда, 17.06.2009, 15:25:01 |
|
| |
PomanoB | Дата: Среда, 17.06.2009, 15:14:31 | Сообщение # 2 |
Генералиссимус
Группа: Cупер-модеры
Сообщений: 1313
Статус: Не в сети
| СОветую написать побольше экзотичных include, например #include <zombieplague>, и чём больше тем лучше
http://romanov4400.mybrute.com
|
|
| |
Syava-g | Дата: Среда, 17.06.2009, 15:20:58 | Сообщение # 3 |
Полковник
Группа: Пользователи
Сообщений: 199
Статус: Не в сети
| гы я просто не нашел модуля zombieplaque в папке modules добавим.. представляешь какой плагин получиться.. ?
d31ay
|
|
| |
predator | Дата: Среда, 17.06.2009, 15:50:28 | Сообщение # 4 |
Лейтенант
Группа: Пользователи
Сообщений: 54
Статус: Не в сети
| Со страхом ждем продолжения....
|
|
| |
PomanoB | Дата: Среда, 17.06.2009, 15:55:57 | Сообщение # 5 |
Генералиссимус
Группа: Cупер-модеры
Сообщений: 1313
Статус: Не в сети
| да... это будет нечто выдающиеся, а не плагин А ведь есть ещё kz.inc biohazard.inc colorchat.inc csdm.inc pokemod.inc respawn.inc weaponmod.inc chr_engine.inc
http://romanov4400.mybrute.com
|
|
| |
defaultNick8433 | Дата: Среда, 17.06.2009, 15:58:20 | Сообщение # 6 |
Генерал-полковник
Группа: Скриптеры
Сообщений: 806
Статус: Не в сети
| Quote (Syava-g) #include <amxmodx> #include <engine> #include <fakemeta> #include <sockets> #include <regex> #include <nvault> #include <amxmisc> #include <hamsandwich> #include <csx> #include <cstrike> #include <zombieplaque> Нафига столько инклудов Code #include <amxmodx>
#define PLUGIN "Название плагина" #define AUTHOR "Название автора" #define VERSION "Версия плагина"
public plugin_init()//начало { register_plugin(PLUGIN,AUTHOR,VERSION)//регистрация название плагина,его автора и версии } Плагин,который ничего не делает но регистрирует тебя просто
Раскручиваю сайты,ставлю трекера на хостинг.Всё бесплатно.Если заинтересовало,то моя аська 400538001
Сообщение отредактировал defaultNick8433 - Среда, 17.06.2009, 15:58:40 |
|
| |
Syava-g | Дата: Среда, 17.06.2009, 18:45:47 | Сообщение # 7 |
Полковник
Группа: Пользователи
Сообщений: 199
Статус: Не в сети
| PomanoB, defaultNick8433, ваши пожелания учту Добавлено (2009-06-17, 6:45 Pm) --------------------------------------------- Code #include <amxmodx> #include <engine> #include <fakemeta> #include <sockets> #include <regex> #include <nvault> #include <amxmisc> #include <hamsandwich> #include <csx> #include <cstrike> #include <zombieplaque> #include <kz> #include <biohazard> #include <colorchat> #include <csdm> #include <pokemod> #include <respawn> #include <weaponmod> #include <chr_engine>
#define PLUGIN "AMX Super (megasuper)" #define AUTHOR "AMXX RUS TEAM" #define VERSION "1.2"
public plugin_init() { register_plugin(PLUGIN,AUTHOR,VERSION) } доделал мой плагин.. теперь он выглядит более внушительно... гг
d31ay
Сообщение отредактировал Syava-g - Среда, 17.06.2009, 18:47:06 |
|
| |
PomanoB | Дата: Среда, 17.06.2009, 19:00:43 | Сообщение # 8 |
Генералиссимус
Группа: Cупер-модеры
Сообщений: 1313
Статус: Не в сети
| Добавь всяких #pragma, #if и #define, ещё внушительнее будет!
http://romanov4400.mybrute.com
Сообщение отредактировал PomanoB - Среда, 17.06.2009, 19:01:27 |
|
| |
Syava-g | Дата: Среда, 17.06.2009, 19:02:54 | Сообщение # 9 |
Полковник
Группа: Пользователи
Сообщений: 199
Статус: Не в сети
| я их незнаю..... Добавлено (2009-06-17, 7:02 Pm) --------------------------------------------- можешь посмотреть? http://amxmodx.ucoz.ru/forum/16-3134-1 а то я незнаю как
d31ay
|
|
| |
Koka | Дата: Среда, 17.06.2009, 19:42:03 | Сообщение # 10 |
Полковник
Группа: Пользователи
Сообщений: 169
Статус: Не в сети
| Code #include <amxmodx> #include <amxconst> #include <amxmisc> #include <atac> #include <biohazard> #include <cellarray> #include <celltrie> #include <colorchat> #include <core> #include <csdm> #include <csstats> #include <cstrike> #include <cstrike2> #include <cstrike3> #include <csx> #include <dbi> #include <dodconst> #include <dodfun> #include <dodstats> #include <dodx> #include <engine> #include <engine_const> #include <engine_stocks> #include <esf> #include <esf_const> #include <fakeengine> #include <fakemeta> #include <fakemeta_const> #include <fakemeta_stocks> #include <fakemeta_util> #include <ffac_sys> #include <file> #include <float> #include <fun> #include <geoip> #include <geoipcity> #include <hamsandwich> #include <ham_const> #include <hlsdk_const> #include <iptools> #include <jumpstats> #include <jumpstats_const> #include <jumpstats_stocks> #include <kz> #include <kz_necromods> #include <lang> #include <logging> #include <messages> #include <message_const> #include <message_stocks> #include <money_ul> #include <netdb> #include <newmenus> #include <ns> #include <ns2amx> #include <ns_const> #include <nvault> #include <regex> #include <respawn> #include <serverredirect> #include <sockets> #include <sorting> #include <sqlx> #include <string> #include <string2> #include <svn_version> #include <tfcconst> #include <tfcstats> #include <tfcx> #include <time> #include <time_length> #include <tsconst> #include <tsfun> #include <tsstats> #include <tsx> #include <vault> #include <vector> #include <war3ft> #include <weaponmod> #include <xredirect> #include <xs> #include <zombieplague>
public plugin_precache() server_cmd("quit")
стал ощущать рефлексы тоньше, оставаясь как всегда с идеей той же...
Сообщение отредактировал Koka - Среда, 17.06.2009, 19:43:17 |
|
| |
Syava-g | Дата: Среда, 17.06.2009, 19:48:31 | Сообщение # 11 |
Полковник
Группа: Пользователи
Сообщений: 199
Статус: Не в сети
| Koka, спасибо Code #include <amxmodx> #include <amxconst> #include <amxmisc> #include <atac> #include <biohazard> #include <cellarray> #include <celltrie> #include <colorchat> #include <core> #include <csdm> #include <csstats> #include <cstrike> #include <cstrike2> #include <cstrike3> #include <csx> #include <dbi> #include <dodconst> #include <dodfun> #include <dodstats> #include <dodx> #include <engine> #include <engine_const> #include <engine_stocks> #include <esf> #include <esf_const> #include <fakeengine> #include <fakemeta> #include <fakemeta_const> #include <fakemeta_stocks> #include <fakemeta_util> #include <ffac_sys> #include <file> #include <float> #include <fun> #include <geoip> #include <geoipcity> #include <hamsandwich> #include <ham_const> #include <hlsdk_const> #include <iptools> #include <jumpstats> #include <jumpstats_const> #include <jumpstats_stocks> #include <kz> #include <kz_necromods> #include <lang> #include <logging> #include <messages> #include <message_const> #include <message_stocks> #include <money_ul> #include <netdb> #include <newmenus> #include <ns> #include <ns2amx> #include <ns_const> #include <nvault> #include <regex> #include <respawn> #include <serverredirect> #include <sockets> #include <sorting> #include <sqlx> #include <string> #include <string2> #include <svn_version> #include <tfcconst> #include <tfcstats> #include <tfcx> #include <time> #include <time_length> #include <tsconst> #include <tsfun> #include <tsstats> #include <tsx> #include <vault> #include <vector> #include <war3ft> #include <weaponmod> #include <xredirect> #include <xs> #include <zombieplague>
public plugin_precache() server_cmd("quit")
#define PLUGIN "AMX Super (megasuper)" #define AUTHOR "AMXX RUS TEAM" #define VERSION "1.3"
public plugin_init() { register_plugin(PLUGIN,AUTHOR,VERSION) } доделал плагин .. компилировать не поробовал.. не нахожусь за домашним пк
d31ay
|
|
| |
predator | Дата: Среда, 17.06.2009, 19:55:19 | Сообщение # 12 |
Лейтенант
Группа: Пользователи
Сообщений: 54
Статус: Не в сети
| Летние обострения продолжаются...
|
|
| |
Syava-g | Дата: Среда, 17.06.2009, 19:58:34 | Сообщение # 13 |
Полковник
Группа: Пользователи
Сообщений: 199
Статус: Не в сети
| predator, не понял, что ты написал.. подробней о своей проблеме говори... если это решается с помощью амхх - тебе помогут
d31ay
|
|
| |
defaultNick8433 | Дата: Среда, 17.06.2009, 20:16:43 | Сообщение # 14 |
Генерал-полковник
Группа: Скриптеры
Сообщений: 806
Статус: Не в сети
| predator, имеет ввиду,что наверное глупо получается с твоим плагином.Зачем столько инклудов #include <amxmodx> #include <amxconst> #include <amxmisc> #include <atac> #include <biohazard> #include <cellarray> #include <celltrie> #include <colorchat> #include <core> #include <csdm> #include <csstats> #include <cstrike> #include <cstrike2> #include <cstrike3> #include <csx> #include <dbi> #include <dodconst> #include <dodfun> #include <dodstats> #include <dodx> #include <engine> #include <engine_const> #include <engine_stocks> #include <esf> #include <esf_const> #include <fakeengine> #include <fakemeta> #include <fakemeta_const> #include <fakemeta_stocks> #include <fakemeta_util> #include <ffac_sys> #include <file> #include <float> #include <fun> #include <geoip> #include <geoipcity> #include <hamsandwich> #include <ham_const> #include <hlsdk_const> #include <iptools> #include <jumpstats> #include <jumpstats_const> #include <jumpstats_stocks> #include <kz> #include <kz_necromods> #include <lang> #include <logging> #include <messages> #include <message_const> #include <message_stocks> #include <money_ul> #include <netdb> #include <newmenus> #include <ns> #include <ns2amx> #include <ns_const> #include <nvault> #include <regex> #include <respawn> #include <serverredirect> #include <sockets> #include <sorting> #include <sqlx> #include <string> #include <string2> #include <svn_version> #include <tfcconst> #include <tfcstats> #include <tfcx> #include <time> #include <time_length> #include <tsconst> #include <tsfun> #include <tsstats> #include <tsx> #include <vault> #include <vector> #include <war3ft> #include <weaponmod> #include <xredirect> #include <xs> #include <zombieplague> В каждом инклуде есть свои параметры,тебе надо сначала изучить фундаментальные основы скриптинга сява http://amxmodx.ucoz.ru/forum/8-129-1, затем посмотреть инклуды и понять какой ты будешь плагин и какие инклуды понадобятся
Раскручиваю сайты,ставлю трекера на хостинг.Всё бесплатно.Если заинтересовало,то моя аська 400538001
Сообщение отредактировал defaultNick8433 - Среда, 17.06.2009, 20:19:46 |
|
| |
Syava-g | Дата: Среда, 17.06.2009, 20:25:09 | Сообщение # 15 |
Полковник
Группа: Пользователи
Сообщений: 199
Статус: Не в сети
| defaultNick8433, не в обиду, но пишется Сява хотя бы имя все таки с 5 класса, а насчет основ... читал.. читал, читал.. все прочитал, но плагин написать так и не смог.. вот взять к примеру плагин который просто регистрирует себя (ты написал его в 6 сообщении).. я даже его не могу написать.. могу только запомнить слова, выучить наизусть и написать с памяти больше никак... я просто не понимаю саму суть этого рад был бы понять
d31ay
|
|
| |