/hucre yazdıgında t kapısı otomatık acılacak sadece ct özel olacak yapan kişiye teşekkürler
Union CSGO Mode
#include <amxmodx>
#include <hamsandwich>
#include <fakemeta>
#define PLUGIN "Hucre Acici"
#define VERSION "1.0"
#define AUTHOR "Smash"
new found[10];
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /hucre","kontrol")
}
public kontrol(id) {
if(get_user_team(id) == 2) {
hucrekapisiniac()
}
}
public hucrekapisiniac()
{
new Float:radius = 200.0, Float:origin[3], ent = 1, ent2 = 1, ent3, class[32], name[32], pos
while((pos <= sizeof(found)) && (ent = engfunc(EngFunc_FindEntityByString, ent, "classname", "info_player_deathmatch")))
{
pev(ent, pev_origin, origin)
while((ent2 = engfunc(EngFunc_FindEntityInSphere, ent2, origin, radius)))
{
if(!pev_valid(ent2))
continue
pev(ent2, pev_classname, class, charsmax(class))
if(!equal(class, "func_door"))
continue
pev(ent2, pev_targetname, name, charsmax(name))
ent3 = engfunc(EngFunc_FindEntityByString, 0, "target", name)
if(pev_valid(ent3) && (in_array(ent3, found, sizeof(found)) < 0))
{
ExecuteHamB(Ham_Use, ent3, 0, 0, 1, 1.0)
pos++
break
}
}
}
return pos
}
stock in_array(needle, data[], size)
{
for(new i = 0; i < size; i++)
{
if(data[i] == needle)
return i
}
return -1
}
Konu ile Alakalı Benzer Konular | |||||
Konular | Yazar | Yorumlar | Okunma | Son Yorum | |
CS 1.6'da CS:GO Rekabetçi Mod Eklentisi İle İlgili | RektSensei | 2 | 469 |
14-12-2019, Saat: 14:48 Son Yorum: By.KinG |
|
Yasaklı kelime eklentisi istek | faca61* | 3 | 328 |
10-12-2019, Saat: 19:29 Son Yorum: By.KinG |
|
Reklam Tabelası Eklentisi | HealDrop | Gaming | 6 | 394 |
10-12-2019, Saat: 19:29 Son Yorum: By.KinG |
|
Tabela Eklentisi - Map Değişince Kayboluyor. | HealDrop | Gaming | 16 | 716 |
25-11-2019, Saat: 18:39 Son Yorum: By.KinG |
|
SS Eklentisi. | GAWISCANSE | 4 | 343 |
12-10-2019, Saat: 14:39 Son Yorum: Aconyonn |