ItsMods

Full Version: auto-answer plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
auto-answer plugin , you can do it ??

before: gamer or user ,write ex: BX|yawn : hello guys

after : server consol answer ,write ex :consol:Hello Bro

you can do it ??

warn plugin like work !
yes. its easy

Code:
if
{ (message.Startswith("!hi")
Serversay("Hello Bro!");)
}
the console will respond by keyword

question is answered in accordance with

plugins\serveradmin\badword like work

before words to be determined
Swearing posts has been removed.
@ersin_ Talk english. We don't speak your language.
You did not understand me, my English is not good.

What I'm trying to tell the plugin auto-answer, the server will answer automatically written papers.

You can do that, can not you?
Rather use Google Translate than start talking in your own language, Because then we'll have no clue whatsoever.
It's really easy to do this yourself.
For example:
CSHARP Code
  1. if(message.Contains("rules")) {
  2. ServerSay("^1It seems like you were talking about the rules, If you want to see the rules use !rules :-)");
  3. }
tamam dostum teekkrler bunu siz plugin olarak hazrlayp buraya ykleyebilirmisiniz ?

benim addon 1.206

kodlardan pek anlamam yardmc olursan sevinirim
Hi bro
ask your question in English
But i answer to you in your language.

ben turk degilim ama turkdan anlarim.
Marhaba arkadasim ,pek anlamadim ne istiyorsonoz amma bekliiniz Se7enPlug en yeni versioni chiksin sonra istadiniz hepsi onda olmosh olajak.

Saygilar
(11-09-2012, 11:33)ersin_ Wrote: [ -> ]tamam dostum teekkrler bunu siz plugin olarak hazrlayp buraya ykleyebilirmisiniz ?

benim addon 1.206

kodlardan pek anlamam yardmc olursan sevinirim

Translation:
Could you please make a plugin of that? My addon version is 1.206. I don't understand the codes so if you help me I would be happy.
Pages: 1 2