AMX Mod X Compiler 1.10.0.5392
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2013 AMX Mod X Team
Grenade_Soundd.sma(22) : error 017: undefined symbol "biohazard"
1 Error.
Could not locate output file Grenade_Soundd.amx (compile failed).
arkadaşlar biohazard kodlarını bek fazla bilmiyorum ;
eklenti error
Moderatör: Moderatörler
-
LWZemrahbaba
Konu Sahibi - Mesajlar: 506
- Kayıt: Pzr Kas 24, 2019 5:15 pm
- Server Ip/DNS: 213.238.173.cc
- Clan İsmi: LastWar'Z ~ ZM
eklenti error
Bu mesaja eklenen dosyaları görüntülemek için gerekli izinlere sahip değilsiniz.
| Link: | |
| Linklerini gizle |
-
LWZemrahbaba
Konu Sahibi - Mesajlar: 506
- Kayıt: Pzr Kas 24, 2019 5:15 pm
- Server Ip/DNS: 213.238.173.cc
- Clan İsmi: LastWar'Z ~ ZM
eklenti error
hata eklentinin 22. satırında. "biohazard" diye bir tanımlama yok.
eklenti,
eklenti,
Kod: Tümünü seç
#include <amxmodx>
#include <reapi>
#define PLUGIN "Grenade_Sound"
#define VERSION "1.0"
#define AUTHOR "By.KinG"
new const GrenadeThrowSounds[] = "lastwarz/FireGrenade.wav";
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR);
}
public plugin_precache()
{
precache_sound(GrenadeThrowSounds);
}
public grenade_throw(id)
{
rg_send_audio(id,GrenadeThrowSounds,PITCH_NORM);
}| Link: | |
| Linklerini gizle |