Ben crosshair ile oyuncuya baktığımda sol altta sadece nick,hp ve armor gösterilmesini istiyorum yardımcı olursanız sevinirim![]()
Ben crosshair ile oyuncuya baktığımda sol altta sadece nick,hp ve armor gösterilmesini istiyorum yardımcı olursanız sevinirim![]()
Buyur bir dene.PHP- Kodu:
/*****************************************************\
===============================
|| [ZP] Aim Info Plugin v1.0 ||
===============================
||DESCRIPTION||
When you aim at your friend, a hud message
appears which shows you the Name, HP,
Armor and Ammo Packs of your friend.
||CREDITS||
- AMX MOD X Team ----> For most of the natives
- MeRcyLeZZ ----> For ZP 4.3
- Sn!ff3r ----> For the Actual Aim info Plugin
\*****************************************************/
#include <amxmodx>
#include <zombieplague>
#define PLUGIN "Aim Info Plugin"
#define VERSION "1.0"
#define AUTHOR "@bdul!+Sn!ff3r"
new g_status_sync
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event("StatusValue", "showStatus", "be", "1=2", "2!0")
register_event("StatusValue", "hideStatus", "be", "1=1", "2=0")
g_status_sync = CreateHudSyncObj()
}
public showStatus(id)
{
if(!is_user_bot(id) && is_user_connected(id))
{
new name[32], pid = read_data(2)
get_user_name(pid, name, 31)
new color1 = 0, color2 = 0
new team1 = zp_get_user_zombie(id), team2 = zp_get_user_zombie(pid)
if (team2 == 1)
color1 = 255
else
color2 = 255
set_hudmessage(color1, 50, color2, -1.0, 0.60, 1, 0.01, 3.0, 0.01, 0.01, -1)
ShowSyncHudMsg(id, g_status_sync, "%s | HP: %d | Armor: %d | Ammo Packs: %d", name, get_user_health(pid), get_user_armor(pid), zp_get_user_ammo_packs(pid))
}
}
}
public hideStatus(id)
{
ClearSyncHud(id, g_status_sync)
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ ansicpg1252\\ deff0\\ deflang1033{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ f0\\ fs16 \n\\ par }
*/
Konu akcaliberkk tarafından (06-01-13 Saat 00:45 ) değiştirilmiştir.
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.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/
Kardeş bunu her iki takım için ayarlayabilirmisin ?
Güncelledim. Tekrar kontrol et.
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.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/
saol kardeş aslında sol altta gözükse daha iyi olurdu ellerine sağlık
Bende kullandım
Çözülmüş İsteklere taşındı.
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.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/