Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Saate göre map
#3
PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
set_task(60.0,"Kontrol",_,_,_,"b")
}
public 
Kontrol() {
    new 
mapname[32],systime[5];
    
get_mapname(mapname,31)
    
get_time("%H",systime,4);
    if(
equali(systime,"23")) {
        if(!
equali(mapname,"surf_ski_2")) {
            
server_cmd("changelevel surf_ski_2")
        }
        else if(
get_cvar_num("mp_timelimit")) {
            
set_cvar_num("mp_timelimit",0)
        }
    }
    else if(
equali(systime,"11") && !get_cvar_num("mp_timelimit")) {
        
set_cvar_num("mp_timelimit",0)
    }



CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz:
destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/

Reply


Messages In This Thread
Saate göre map - by melof - 03-03-13, 00:45
Cevap: Saate göre map - by melof - 12-03-13, 23:48
Cevap: Saate göre map - by akcaliberkk - 18-03-13, 01:19
Cevap: Saate göre map - by DeaTReX - 20-03-13, 02:06
Cevap: Saate göre map - by melof - 21-03-13, 21:46
Cevap: Saate göre map - by ishak0678 - 04-11-14, 15:02
Cevap: Saate göre map - by Nopain - 04-11-14, 15:12

Possibly Related Threads…
Thread Author Replies Views Last Post
  Mapa Göre Cvar plugini melof 8 9,397 16-11-20, 02:00
Last Post: es_Dark_Es
  PodbotServere Göre [Eklenti Deil ] 41aaa41 3 2,543 20-02-15, 23:56
Last Post: eneskaraca55
  Mapa Göre Server Adı Kuheylan94 6 3,334 03-09-13, 17:03
Last Post: akcaliberkk
  İp ye göre ban yerine Nick ban ? hurracuran 13 6,286 04-02-13, 15:56
Last Post: akcaliberkk
  sv de kalma surelerine göre slot yetki artırma wolf5094 15 7,441 29-01-13, 05:38
Last Post: HijyeniK
  Haritaya Göre Plugin emir132 3 5,578 13-11-12, 22:57
Last Post: DeaTReX
  Saate Göre Map.... hpph1294 10 5,194 23-09-12, 15:30
Last Post: akcaliberkk
  Haritaya Göre Cfg Açılarak Ayar Yapımı sonberkay 1 6,291 10-02-12, 20:58
Last Post: Schwertle_vbulletin4_import1
  [İSTEK] /item levele göre item emre12342 0 2,301 22-01-12, 18:21
Last Post: emre12342

Foruma Atla:


Users browsing this thread: 1 Guest(s)