AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Make Hud Sprite (https://forums.alliedmods.net/showthread.php?t=196610)

bluelytning 09-23-2012 08:00

Make Hud Sprite
 
How to make hud sprite show on the screen like this? sorry im a newbie start learning the script please teach me or how to make procedure or sample! thanks

Code:

#include <amxmodx>
#include <dhudsprite>

public plugin_init()
{
    register_plugin( "Hud Sprite","1.0","Testing");
    register_clcmd( "say /test", "ClientCommand_Test" );
}
public client_putinserver(id){
  show_sprite(id)


public ClientCommand_Test( client )
{
   
public show_sprite(id){
  set_task(0.5, "show_sprite", id)
  if(!is_user_connected(id) || is_user_bot(id) || !MH_IsMetaHookPlayer(id)) return;
  MH_DrawHudsprite(id, "Hud_sprite", TOPLEFT, TOPCENTER, TOPRIGHT, 0, 0, 1)
}

[IMG]http://**************/a/img823/7904/95812364.jpg[/IMG]

SpeeDeeR 09-23-2012 08:09

Re: Make Hud Sprite
 
Isn't this CS Online?

claudiuhks 09-23-2012 11:49

Re: Make Hud Sprite
 
Quote:

Originally Posted by SpeeDeeR (Post 1804537)
Isn't this CS Online?

What is this!?

jimaway 09-23-2012 12:31

Re: Make Hud Sprite
 
some korean version of counter-strike with heavily changed engine

gogicaa 09-23-2012 13:06

Re: Make Hud Sprite
 
dhudsprite ?
Never heard for it.
Leave .inc file here :)

PRoSToTeM@ 09-23-2012 13:32

Re: Make Hud Sprite
 
This is metahook client library.

kiki33hun 09-23-2012 13:34

Re: Make Hud Sprite
 
Sorry, slow hacking (client change files) not supported!

avril-lavigne 09-24-2012 07:12

Re: Make Hud Sprite
 
slow hacking is = modifying files on client
but metahook is downloadable thing ! like .cfg / .dll from internet (like patch). so its cannot be called "slowhacking"

avril-lavigne 09-24-2012 07:13

Re: Make Hud Sprite
 
prostotema do u have newer version of metahook ? can u share? I asked u a year ago on amx-x.ru

YamiKaitou 09-24-2012 07:28

Re: Make Hud Sprite
 
Until someone shows us this so-called "metahook" and what it can do, it isn't possible without slowhacking. Also, it isn't possible to do many things people claim metahook can do as they are all rendered on the client only and not the server


All times are GMT -4. The time now is 08:11.

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