/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <fakemeta_util>
#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"
new const g_szPrefix[] = "[PREFIX]";
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event("DeathMsg", "eventPlayerDeath", "a");
// Add your code here...
}
public eventPlayerDeath()
{
new iKiller = read_data(1);
new iVictim = read_data(2);
if(get_user_team(iKiller) != get_user_team(iVictim))
{
fm_give_item(iKiller, "weapon_hegrenade");
client_print(iKiller, print_chat, "%s Dostales He Grenade za zabicie wroga!", g_szPrefix);
}
return PLUGIN_CONTINUE;
}
Witamy w Nieoficjalnym polskim support'cie AMX Mod X
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Guest Message by DevFuse


Dodatki SourceMod




Moja zawartość
Mężczyzna

