PHP- Kodu:
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <ColorChat>
#define PLUGIN "NeXoGaminG.NeT | 10SN KORUMA | SURF |"
#define VERSION "1.0"
#define AUTHOR "skyshow // byby1"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_logevent("RoundStart", 2, "1=Round_Start")
}
public RoundStart()
{
ColorChat(0,GREEN,"[ NeXo Gam!nG Online CS 1.6 Servers ] 10 Saniye Boyunca Dokunulmazsin.")
for(new id = 1; id < 33; id++)
{
if(get_user_team(id) == 1) {
set_user_rendering(id, kRenderFxGlowShell,255, 0, 0, kRenderNormal, 30)
}else if(get_user_team(id) == 2){
set_user_rendering(id, kRenderFxGlowShell,0, 0, 255, kRenderNormal, 30)
}
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,"[ www.NeXoGaminG.NeT] 10 Saniyelik Dokunulmazligin Kalkti.")
for(new i = 1; i < 33; i++)
{
if(is_user_connected(i) && is_user_alive(i))
{
set_user_godmode(i,0)
set_user_rendering(i, kRenderFxGlowShell, 0, 0, 0, kRenderTransAlpha, 255)
}
}
}
- - - - - - - - - -
buyur kardesım yardımcı ol lutfen