Raised This Month: $51 Target: $400
 12% 

Spectator info


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Airkish
AlliedModders Donor
Join Date: Apr 2016
Location: Lithuania
Old 09-24-2017 , 09:07   Spectator info
Reply With Quote #1

Looking for a spectator info (not a list) which would show alive player's name, hp and weapon to every spectator.

Info as HUD, position: x - middle, y - lower than mid.

Thanks.
__________________
Airkish is offline
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 09-24-2017 , 09:13   Re: Spectator info
Reply With Quote #2

Statsx extanded?
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
Airkish
AlliedModders Donor
Join Date: Apr 2016
Location: Lithuania
Old 09-24-2017 , 09:18   Re: Spectator info
Reply With Quote #3

Quote:
Originally Posted by shehzad1234 View Post
Statsx extanded?
I need a simple code which I could use for different purposes (I have a csgo mod plugin so I want to show every spectator what skin player is using and how many kills the player have on it (stattrak)).
__________________

Last edited by Airkish; 09-24-2017 at 09:19.
Airkish is offline
Ayman Khaled
Senior Member
Join Date: Mar 2017
Location: Palestine
Old 09-24-2017 , 09:49   Re: Spectator info
Reply With Quote #4

my example may be wrong but you can try.
PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <fakemeta_util>

const PEV_SPEC_TARGET pev_iuser2;
new 
g_MaxPlayers

public plugin_init()
{
    
g_MaxPlayers get_maxplayers()    
    
set_task(1.0"YourFunc", .flags "b")
}

public 
YourFunc()
{
    static 
id;
    new 
iSpecPlayer 
    
new players[32], numi
    get_players
(playersnum"ch")
    for(
0numi++)
    {
        
id players[i]
        
iSpecPlayer pevidPEV_SPEC_TARGET )

        if(!(
<= iSpecPlayer <= g_MaxPlayers)
            return
        
        if(
is_user_alive(iSpecPlayer) && !is_user_alive(id))
        {
            
// Show the hud
        
}
    }

__________________

Last edited by Ayman Khaled; 09-25-2017 at 06:33.
Ayman Khaled is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 09-24-2017 , 11:44   Re: Spectator info
Reply With Quote #5

Retrieve iuser2's weapon, name, hp & ad and set_hudmessage("255, 255, 255, -1, 0.8, _, _, 0.5); & use set_task recommended repeat time to 0.5.
__________________
Relaxing is offline
Airkish
AlliedModders Donor
Join Date: Apr 2016
Location: Lithuania
Old 09-24-2017 , 13:57   Re: Spectator info
Reply With Quote #6

Thanks to Ayman Khaled.

Works fine
__________________

Last edited by Airkish; 09-24-2017 at 14:59.
Airkish is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 09-24-2017 , 14:41   Re: Spectator info
Reply With Quote #7

Take a look at this plugin
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
Old 09-24-2017, 14:44
Ayman Khaled
This message has been deleted by Ayman Khaled. Reason: nvm
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 09-24-2017 , 15:22   Re: Spectator info
Reply With Quote #8

Ayman, you should put that task in plugin_init not putinserver, loop with get_players and avoid creating variables in a loop.
__________________
HamletEagle is online now
Airkish
AlliedModders Donor
Join Date: Apr 2016
Location: Lithuania
Old 09-24-2017 , 16:18   Re: Spectator info
Reply With Quote #9

Ayman Khaled, some people doesn't see the HUD while dead :/
__________________
Airkish is offline
Ayman Khaled
Senior Member
Join Date: Mar 2017
Location: Palestine
Old 09-25-2017 , 00:00   Re: Spectator info
Reply With Quote #10

Quote:
Originally Posted by HamletEagle View Post
Ayman, you should put that task in plugin_init not putinserver, loop with get_players and avoid creating variables in a loop.
Quote:
Originally Posted by Airkish View Post
Ayman Khaled, some people doesn't see the HUD while dead :/
Oh my bad, now is it good ?
__________________

Last edited by Ayman Khaled; 09-25-2017 at 00:03.
Ayman Khaled is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:23.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode