Zombie Online
Últimos assuntos
» Zombie Plague Special 2.4 (24/04/2015)por [P]erfec[T] [S]cr[@]s[H] Qui Abr 30 2015, 13:19
» Ideia Para Novos Plugins
por willyan Sáb Dez 21 2013, 02:28
» [Extra Item] Modo Pain
por [P]erfec[T] [S]cr[@]s[H] Ter Dez 03 2013, 10:26
» Criando uma CVAR Simples
por Br7 Dom Dez 01 2013, 12:34
» Regras ao postar seu servidor
por MtsLa!<3.L Dom Dez 01 2013, 11:27
» Regras do nosso fórum
por MtsLa!<3.L Dom Dez 01 2013, 11:23
» [Plugin] Chapeus Natal
por MtsLa!<3.L Sáb Nov 30 2013, 21:20
» [Protecao] Ddos
por jone_pvh Sáb Nov 30 2013, 20:52
» Zombie Plague Advance New Modes v 1.0
por jone_pvh Sáb Nov 30 2013, 11:40
» Uso dos Ammo Packs no fórum
por MtsLa!<3.L Sex Nov 29 2013, 21:57
» (Valve Hammer)Tamanhos
por MtsLa!<3.L Sex Nov 29 2013, 21:48
» [Duelo] MtsLa!<3.L & Dexter S
por MtsLa!<3.L Sex Nov 29 2013, 15:44
» [Extra Item] Modo Goku
por MtsLa!<3.L Sex Nov 29 2013, 12:02
Os membros mais ativos da semana
Nenhum usuário |
Os que mais criam tópicos
MtsLa!<3.L | ||||
[P]erfec[T] [S]cr[@]s[H] | ||||
[D]etonado[R] | ||||
ApC # $ Awp PJL $ | ||||
Synopsis | ||||
HDjose | ||||
Jovem_BR | ||||
Freddy Krueger [Jhadson] | ||||
waLLzyk | ||||
XaropinhoO |
[Plugin] Donate somente para MASTER
2 participantes
Página 1 de 1
[Plugin] Donate somente para MASTER
Ta ai um plugin donate somente pra adm
Sma abaixo
Sma abaixo
- Código:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <zombieplague>
#define PLUGIN "[ZP] Donate Ammo Packs"
#define VERSION "1.0"
#define AUTHOR "r1laX , PomanoB"
new g_UserTotalAmmo[33]
new g_CvarAllowDonate
new SayText
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
g_CvarAllowDonate = register_cvar("zp_stats_allow_donate", "1")
register_clcmd("say", "handleSay")
register_clcmd("say_team", "handleSay")
register_event("HLTV", "RoundStart", "a", "1=0", "2=0")
SayText = get_user_msgid("SayText")
}
public RoundStart()
{
if (get_pcvar_num(g_CvarAllowDonate))
set_task(2.2, "MsgOnRoundStart")
}
public MsgOnRoundStart()
{
if(get_pcvar_num(g_CvarAllowDonate))
client_printcolor(0, "!g[ZP] !yPara doar ammo packs,digite !g/donate")
}
public handleSay(id)
{
if((get_user_flags(id) & ADMIN_LEVEL_E))
{
new args[64]
read_args(args, charsmax(args))
remove_quotes(args)
new arg1[16]
new arg2[32]
strbreak(args, arg1, charsmax(arg1), arg2, charsmax(arg2))
if (get_pcvar_num(g_CvarAllowDonate) && equal(arg1,"/doar", 7))
donate(id, arg2)
}
else
{
client_printcolor(0, "!g[ZP] !yVoce nao tem acesso a este comando!")
return PLUGIN_CONTINUE
}
return PLUGIN_HANDLED
}
public donate(id, arg[])
{
new to[32], count[10]
strbreak(arg, to, 31, count, 9)
if (!to[0] || !count[0])
{
client_printcolor(id, "!g[ZP] !ypara doar escreva: /donate ")
return
}
new ammo_sender = zp_get_user_ammo_packs(id)
new ammo
if (equal(count, "all"))
ammo = ammo_sender
else
ammo = str_to_num(count)
if (ammo <= 0)
{
client_printcolor(id, "!g[ZP] !yQuantia invalida!")
return
}
ammo_sender -= ammo
if (ammo_sender < 0)
{
ammo+=ammo_sender
ammo_sender = 0
}
new reciever = cmd_target(id, to, (CMDTARGET_ALLOW_SELF))
if (!reciever || reciever == id)
{
client_printcolor(id, "!g[ZP] !yJogador !g%s !yNao existe!", to)
return
}
zp_set_user_ammo_packs(reciever, zp_get_user_ammo_packs(reciever) + ammo)
g_UserTotalAmmo[reciever] += ammo
zp_set_user_ammo_packs(id, ammo_sender)
new aName[32], vName[32]
get_user_name(id, aName, 31)
get_user_name(reciever, vName, 31)
set_hudmessage(255, 0, 0, -1.0, 0.3, 0, 6.0, 6.0)
show_hudmessage(0, "%s deu %d Ammo Packs para %s!", aName, ammo, vName)
}
stock client_printcolor(const id, const input[], any:...)
{
new count = 1, players[32]
static msg[191]
vformat(msg, 190, input, 3)
replace_all(msg, 190, "!g", "^4") // Green Color
replace_all(msg, 190, "!y", "^1") // Default Color
replace_all(msg, 190, "!t", "^3") // Team Color
if (id) players[0] = id; else get_players(players, count, "ch")
{
for ( new i = 0; i < count; i++ )
{
if ( is_user_connected(players[i]) )
{
message_begin(MSG_ONE_UNRELIABLE, SayText, _, players[i])
write_byte(players[i]);
write_string(msg);
message_end();
}
}
}
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
*/
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ ansicpg1252\\ deff0\\ deflang1046{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ f0\\ fs16 \n\\ par }
*/
Re: [Plugin] Donate somente para MASTER
Vllw man , tava precisando ^^
Synopsis- Parceiros
- Mensagens : 6
Ammos Pakcs : 4888
Honra : 20
Data de inscrição : 22/10/2013
Tópicos semelhantes
» [Plugin] Arcanjo para 5.0
» [Plugin] zp_classe_infect
» [PLUGIN] ::: *Placar New :::*
» [Plugin] zp_classe_frost
» [Plugin] NPC Alien Modificado
» [Plugin] zp_classe_infect
» [PLUGIN] ::: *Placar New :::*
» [Plugin] zp_classe_frost
» [Plugin] NPC Alien Modificado
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos