Discord sunucumuz açılmıştır, hepinizi bekleriz

https://discord.gg/43gGDQe6tS

ZP Respawn

Eklenti sorunlarınız ve özel eklenti istekleriniz

Moderatör: Moderatörler


Konu Sahibi
Red
Mesajlar: 1780
Kayıt: Cum Oca 01, 2016 9:12 am
Server Ip/DNS: x
Clan İsmi: Mr.GaminG

ZP Respawn

Mesaj gönderen Red »

Merhaba, zombie plague modda yeni gelen bir kişiyi ölü olarak CT ye atıyor onun yerine zombi olarak doğmasını sağlayacak eklenti elinde olan varsa atabilir mi ?

Link:
Linklerini gizle
Linki Kopyala
Kullanıcı avatarı

Colditz
Mesajlar: 2574
Kayıt: Çrş Ağu 23, 2017 9:17 pm

ZP Respawn

Mesaj gönderen Colditz »

Dener misin?

Kod: Tümünü seç

#pragma semicolon 1

#include <amxmodx>
#include <zombieplague>

public plugin_init() {
    register_plugin("ZombiePlague Auto CT", "0.0.1", "Schwarper");
}

public client_putinserver(pPlayer) {
    set_task(2.0, "@ZombiePlague_Respawn", pPlayer);
}

@ZombiePlague_Respawn(pPlayer) {
    if(!is_user_connected(pPlayer) || !zp_has_round_started()) {
        return;
    }

    zp_respawn_user(pPlayer, ZP_TEAM_ZOMBIE);
}

Link:
Linklerini gizle
Linki Kopyala
Kullanıcı avatarı

Emrullah AKTAŞ
Mesajlar: 257
Kayıt: Sal Oca 11, 2022 11:22 pm
Konum: İstanbul
Clan İsmi: We Are Gamer

ZP Respawn

Mesaj gönderen Emrullah AKTAŞ »

Colditz yazdı: Prş Şub 24, 2022 11:22 pm Dener misin?

Kod: Tümünü seç

#pragma semicolon 1

#include <amxmodx>
#include <zombieplague>

public plugin_init() {
    register_plugin("ZombiePlague Auto CT", "0.0.1", "Schwarper");
}

public client_putinserver(pPlayer) {
    set_task(2.0, "@ZombiePlague_Respawn", pPlayer);
}

@ZombiePlague_Respawn(pPlayer) {
    if(!is_user_connected(pPlayer) || !zp_has_round_started()) {
        return;
    }

    zp_respawn_user(pPlayer, ZP_TEAM_ZOMBIE);
}
zp_is_nemesis_round kontrolü de eklemelisin, nemesis modunun ortasında zombilerin gezmesi çok hoş olmaz :D

Link:
Linklerini gizle
Linki Kopyala

Konu Sahibi
Red
Mesajlar: 1780
Kayıt: Cum Oca 01, 2016 9:12 am
Server Ip/DNS: x
Clan İsmi: Mr.GaminG

ZP Respawn

Mesaj gönderen Red »

Colditz yazdı: Prş Şub 24, 2022 11:22 pm Dener misin?

Kod: Tümünü seç

#pragma semicolon 1

#include <amxmodx>
#include <zombieplague>

public plugin_init() {
    register_plugin("ZombiePlague Auto CT", "0.0.1", "Schwarper");
}

public client_putinserver(pPlayer) {
    set_task(2.0, "@ZombiePlague_Respawn", pPlayer);
}

@ZombiePlague_Respawn(pPlayer) {
    if(!is_user_connected(pPlayer) || !zp_has_round_started()) {
        return;
    }

    zp_respawn_user(pPlayer, ZP_TEAM_ZOMBIE);
}
hata verdi

Kod: Tümünü seç

AMX Mod X Compiler 1.10.0.5392
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2013 AMX Mod X Team

addons/amxmodx/scripting/include/zombieplague.inc(102) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(110) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(118) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(126) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(134) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(142) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(150) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(159) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(167) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(175) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(185) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(193) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(201) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(209) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(217) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(230) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(241) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(251) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(261) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(270) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(280) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(293) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(303) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(310) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(317) : error 001: expected token: ";", but found "native"
addons/amxmodx/scripting/include/zombieplague.inc(324) : error 001: expected token: ";", but found "native"

Compilation aborted.
26 Errors.
Done.

Link:
Linklerini gizle
Linki Kopyala

Konu Sahibi
Red
Mesajlar: 1780
Kayıt: Cum Oca 01, 2016 9:12 am
Server Ip/DNS: x
Clan İsmi: Mr.GaminG

ZP Respawn

Mesaj gönderen Red »

Colditz yazdı: Prş Şub 24, 2022 11:22 pm Dener misin?

Kod: Tümünü seç

#pragma semicolon 1

#include <amxmodx>
#include <zombieplague>

public plugin_init() {
    register_plugin("ZombiePlague Auto CT", "0.0.1", "Schwarper");
}

public client_putinserver(pPlayer) {
    set_task(2.0, "@ZombiePlague_Respawn", pPlayer);
}

@ZombiePlague_Respawn(pPlayer) {
    if(!is_user_connected(pPlayer) || !zp_has_round_started()) {
        return;
    }

    zp_respawn_user(pPlayer, ZP_TEAM_ZOMBIE);
}
size ulaşabileceğim bir yer var mı?

Link:
Linklerini gizle
Linki Kopyala

Serpentraz
Mesajlar: 107
Kayıt: Pzt Eyl 23, 2019 3:45 pm

ZP Respawn

Mesaj gönderen Serpentraz »

Red yazdı: Prş Şub 24, 2022 10:30 pm Merhaba, zombie plague modda yeni gelen bir kişiyi ölü olarak CT ye atıyor onun yerine zombi olarak doğmasını sağlayacak eklenti elinde olan varsa atabilir mi ?
Bu mesaja eklenen dosyaları görüntülemek için gerekli izinlere sahip değilsiniz.

Link:
Linklerini gizle
Linki Kopyala
Kullanıcı avatarı

Colditz
Mesajlar: 2574
Kayıt: Çrş Ağu 23, 2017 9:17 pm

ZP Respawn

Mesaj gönderen Colditz »

Buyur

Kod: Tümünü seç

#include <amxmodx>
#include <zombieplague>

public plugin_init() {
    register_plugin("ZombiePlague Auto CT", "0.0.1", "Schwarper");
}

public client_putinserver(pPlayer) {
    set_task(2.0, "@ZombiePlague_Respawn", pPlayer);
}

@ZombiePlague_Respawn(pPlayer) {
    if(!is_user_connected(pPlayer) || !zp_has_round_started() || zp_is_nemesis_round()) {
        return;
    }

    zp_respawn_user(pPlayer, ZP_TEAM_ZOMBIE);
}

Link:
Linklerini gizle
Linki Kopyala
Cevapla