Results 1 to 6 of 6

Thread: Info Plugin

  1. #1
    Potporučnik
    Join Date
    Jul 2011
    Location
    Sremska Mitrovica
    Posts
    86
    Karma
    12

    Info Plugin

    Evo napravio sam jedan prost plugin kome verujem da svakom treba...

    Opis:
    Kad igrac ukuca say: /info otvori mu motd prozor u kome izbaci cenu admina,ip itd...

    SS:


    .sma:
    Code:
    #include <amxmodx>
    
    public plugin_init() {
    	register_clcmd("say /info", "informacije")
    }
    
    public informacije(id)
    {
    	static temp[2048], pos
    	pos = 0
    	pos += format(temp[pos], 2048-pos, "<html><body style=^"background-color:#000000;color:#33EE33;font-size:18px;font-family:verdana;^">")
    	pos += format(temp[pos], 2048-pos, "Info servera: <br><br>")
    	pos += format(temp[pos], 2048-pos, "Andrenaline Deathrun [bhop+respawn] <br>")
    	pos += format(temp[pos], 2048-pos, "188.40.57.132:27053<br>")
    	pos += format(temp[pos], 2048-pos, "Head Admini:<br>")
    	pos += format(temp[pos], 2048-pos, "LuDak i Desperado.<br><br>")
    	pos += format(temp[pos], 2048-pos, "</body></html>")
    	show_motd(id, temp, "informacije")
    	return PLUGIN_HANDLED
    }
    Samo zamenite to sve ip,head admina,ime..
    Ako neko ne zna da compile nek se javi na pm!

  2. #2
    Poručnik
    Join Date
    Sep 2011
    Posts
    181
    Karma
    12

    Re: Info Plugin

    Korisno

  3. #3
    Potpukovnik
    Join Date
    May 2011
    Location
    Austria/Wels
    Age
    27
    Posts
    1,438
    Karma
    28

    Re: Info Plugin

    ovo cu ja izmeniti Za Boost kad neko kuca /boost da mu izbaci
    Profesionalno povracam nedeljom

  4. #4
    Poručnik
    Join Date
    Sep 2011
    Posts
    181
    Karma
    12

    Re: Info Plugin

    Quote Originally Posted by EnA^ View Post
    ovo cu ja izmeniti Za Boost kad neko kuca /boost da mu izbaci

    Zato sam ja i napisao korisno

    /cena
    /boost
    /nagrade

    I cepas

  5. #5
    Potpukovnik
    Join Date
    May 2011
    Location
    Yokohama
    Age
    33
    Posts
    1,180
    Karma
    18

    Re: Info Plugin

    Mogao si ostaviti download link , da ga prebace u arhivu.. Plugin je dosta dobar... Vjerujem da ih dosta ne razumije sta treba da radi sa ovim .sma.. +

  6. #6
    Kaplar
    Join Date
    Apr 2022
    Posts
    1
    Karma
    0

    Re: Info Plugin

    We thrive in excellence and 100% customer satisfaction through quality services write my paper for me. No need to worry about submitting low-quality essays to your tutor.

Similar Threads

  1. [Plugin] - VIP plugin for Knife mod
    By Slash in forum Game Programiranje
    Replies: 7
    Last Post: 25.03.15, 05:32
  2. [Plugin] Potreban mi je plugin
    By BiGa in forum Game Server
    Replies: 2
    Last Post: 24.08.13, 17:45
  3. Sljivovica.uz.rs - KupiSteam.info - Izreke-misli.info
    By Gruja1595 in forum Besplatni mali oglasi
    Replies: 2
    Last Post: 04.08.11, 14:28

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •