Oyuna girdiği anda mı doğucak ?
Yani şu eklentinin
https://www.csplague.com/jail-deathr...rar-dogma.html
Oyuna girince /respawn yazmadan direk revlemesini istiyorsun ?
Arkadaşlar merhaba,
Bana /respawn yazmadan ve oyuna girince otomatik olarak revliyicek bir respawn plugini lazım yardımcı olabilirmisiniz ?
Facebook Sayfamız:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Ts3 Paketleri:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Ödeme Seçenekleri: Mobil Ödeme, Kredi Kartı Ve Banka Havalesi
Oyuna girdiği anda mı doğucak ?
Yani şu eklentinin
https://www.csplague.com/jail-deathr...rar-dogma.html
Oyuna girince /respawn yazmadan direk revlemesini istiyorsun ?
Evet dostum respawn yazmadan direk revlemesini istiyorum yapabilirseniz gerçekten çok makbule geçer
Facebook Sayfamız:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Ts3 Paketleri:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Ödeme Seçenekleri: Mobil Ödeme, Kredi Kartı Ve Banka Havalesi
Facebook Sayfamız:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Ts3 Paketleri:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Ödeme Seçenekleri: Mobil Ödeme, Kredi Kartı Ve Banka Havalesi
Kardeşim Peki Bu Kodu Denedinmi?
Bunu Yazdıgınızda Zaten /respawn Yazmasına Gerek YokPHP- Kodu:
amx_cvar respawn_enabled 1
Bu zaten supermenude Mevcuttur.
PHP- Kodu:
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#define PLUGIN "Respawn"
#define VERSION "1.0"
#define AUTHOR "JDM"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event("DeathMsg","OyuncuOlunce","a")
}
public OyuncuOlunce() {
new victim = read_data(2);
set_task(0.1,"RespawnUser",victim);
}
public RespawnUser(id) {
ExecuteHamB(Ham_CS_RoundRespawn,id);
client_print(id, print_chat,"Yeniden Dogdunuz.");
}
Steam ID: STEAM_1:0:70428872
Steam Name: Seps!s
Skype: jdm.csplague
Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
Albert Einstein
Facebook Sayfamız:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Ts3 Paketleri:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Ödeme Seçenekleri: Mobil Ödeme, Kredi Kartı Ve Banka Havalesi
Bu kodları boş bir txt dosyanın içine yapıştır ve "Farklı Kaydet" yöntemiyle sonuna ".sma" yazısını koyarak script dosyası haline getirin daha sonra compiler aracılığı ile .amxx dosyasına çevirdikten sonra sunucunuza yükleyin.
Steam ID: STEAM_1:0:70428872
Steam Name: Seps!s
Skype: jdm.csplague
Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
Albert Einstein