Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
knife round ışınlama yerleri
#2
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fun>

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


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_concmd("teleport","cmdTele")
}
public 
cmdTele(id) {
    
    new 
playersct[32],inumct,playerst[32],inumt;
    
get_players(playersct,inumct,"e","CT")
    
get_players(playerst,inumt,"e","TERRORIST")
    
    
    
//Ct Koordinatlari
    
new originct[3]; 
    
originct[0] = 1600;    // X
    
originct[1] = 2228;    // Y
    
originct[2] = 67;    // Z
    
    //T Koordinatlari
    
new origint[3];
    
origint[0] = 1550;    // X
    
origint[1] = 1090;    // Y
    
origint[2] = 67;    // Z
    
    
for(new 0;i<inumct;i++) {
        
set_user_origin(playersct[i],originct)
        
originct[0]+= 50;
    }
    for(new 
0;i<inumt;i++) {
        
set_user_origin(playerst,origint)
        
origint[0]-= 50;
    }
    
    return 
PLUGIN_HANDLED


Kodları incele, gerekli yere yazarsan çalışır. Yalnız sadece de_dust2 için geçerlidir. de_dust2 de uzunda karşılıklı sıralar takımları.[/i][/i]


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
Cevap: knife round ışınlama yerleri - by akcaliberkk - 18-10-12, 22:00

Possibly Related Threads…
Thread Author Replies Views Last Post
  Round Içi Muzik Çalma ContineZz 3 3,604 04-06-14, 16:00
Last Post: ContineZz
  God Knife PLugini fulmodcu 13 5,651 21-02-14, 01:41
Last Post: Kaqan
  Round bitimi müzik çalma LoudLy 2 2,424 16-08-13, 01:34
Last Post: LoudLy
  KF round plugin ışınlanma sorunu fantastiko54 14 5,527 29-01-13, 18:47
Last Post: akcaliberkk
  haritalarda bazı çıkılacak olan yerleri engelleme shakespeare 7 2,944 07-01-13, 21:15
Last Post: akcaliberkk
  Time Per Round greenas 32 9,252 25-09-12, 18:47
Last Post: greenas
  Her round Basladinda Bir Muzik Calma Plugins İstek freezmen 6 3,841 18-09-12, 23:06
Last Post: к4dανяα
  Knife round antidote 3 3,027 31-03-12, 00:04
Last Post: excellenT
  Knife Round Plugini antidote 8 3,095 30-01-12, 19:25
Last Post: antidote
  Round Start Plugini qRowLinq_CyBeR 3 2,705 14-01-12, 23:33
Last Post: NiCoMeDiA

Foruma Atla:


Users browsing this thread: 1 Guest(s)