duchuy3108
Mr & Ms Pac-Man
- 5/8/09
- 246
- 29
ai cho mình xin 1 cái tut về metahook được không 



Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.


(Tổng Người chơi trong sv / tổng zombie) * (1000 * multi máu của ngày)


nên ko sợChơi với PoDBot à @@
@buiducduy:
- Làm xong rồi chú cứ thích mang lên khoe cơ. Rồi lúc đó bị lèo nhèo xin sma lúc đó...![]()
// Take damage to human -> zombie
public fw_TakeDamage(victim, inflictor, attacker, Float:damage, damage_type)
{
if (victim == attacker)
return HAM_IGNORED;
if (!is_user_connected(victim) || !is_user_connected(attacker))
return HAM_IGNORED;
// Zombie hit human
if (g_is_user_zombie[attacker] == true && g_is_user_zombie[victim] == false)
{
g_zombie_level[attacker] ++
g_is_user_zombie[victim] = true
g_zombie_level[victim] = 1
Update_frag(attacker)
Update_dead(victim)
set_user_to_zombie(victim, g_zombie_level[victim], ZOMBIE_HP_LEVEL_01, random_num(1,4)) // Cái func này chắc chắn đúng vì dùng ở new round vẫn được
PlaySound(0,sound_zombie_count02)
return HAM_SUPERCEDE
}
return HAM_IGNORED
}
Remember. Hamsandwich ko work with bot