Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
El Baslangıcı 10 Saniye Dokunulmazlık
#11
PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <ColorChat>

#define PLUGIN "Surf Koruma"
#define VERSION "1.0"
#define AUTHOR "K4DavRa"



public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_logevent("RoundStart"2"1=Round_Start"
}


public 
RoundStart()
{
    
ColorChat(0,GREEN,"10 Saniye Boyunca Dokunulmazsin.")
    
    for(new 
id 1id 33id++)
    {
        if(
get_user_team(id) == 1) {
            
set_user_rendering(idkRenderFxGlowShell,25500kRenderNormal30)
        }else if(
get_user_team(id) == 2){
            
set_user_rendering(idkRenderFxGlowShell,00255kRenderNormal30)
        }
        if(
is_user_connected(id) && is_user_alive(id))
        {
            
set_user_godmode(id,1)
            
set_task(11.0,"Kapat")
            
        }
    }
}
public 
Kapat(id)
{
    
ColorChat(id,GREEN,"10 Saniyelik Dokunulmazligin Kalkti.")
    for(new 
133i++)
    {
        if(
is_user_connected(i) && is_user_alive(i))
        {
            
set_user_godmode(i,0)
            
set_user_rendering(ikRenderFxGlowShell000kRenderTransAlpha255)
            
        }
    }



Glow Eklendi , Bilgi Mesajı Eklendi.


Attached Files
.amxx   SurfKoruma.amxx (Size: 4.37 KB / Downloads: 39)
Reply


Messages In This Thread
Cevap: El Baslangıcı 10 Saniye Dokunulmazlık - by к4dανяα - 09-10-12, 17:57

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Zp]-[STEK]-[Dogdugunda 5 Saniye God] mikail5529 10 7,531 11-09-14, 00:03
Last Post: tifargemirhan
  Öldükten 9 Saniye Sonra Doğma Plugini xLdeJavu 2 3,609 04-01-14, 01:08
Last Post: JDM
  ilk 60 saniye menü DeadNight26 5 3,261 02-08-13, 19:50
Last Post: akcaliberkk
  Oyun baslangici hp raplehs 5 2,791 26-06-13, 23:25
Last Post: akcaliberkk
  İlk 5 Saniye Ölümsüzlük / Godmode 41aaa41 5 3,449 05-02-13, 17:24
Last Post: akcaliberkk
  Surf Maplarında Dokunulmazlık hpph1294 9 5,041 25-09-12, 01:24
Last Post: hpph1294
  El Baslangıcı 10 Saniye Dokunulmazlık hpph1294 5 2,989 20-09-12, 02:33
Last Post: hpph1294

Foruma Atla:


Users browsing this thread: 1 Guest(s)