Raised This Month: $32 Target: $400
 8% 

hud spectate !


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
abdobiskra
Veteran Member
Join Date: Jul 2014
Location: Algeria
Old 07-03-2015 , 02:39   hud spectate !
Reply With Quote #1

hi ! i need help here ! hud message in spectateur mod not work i make this !
game : Half-Life 1
Code:
#include <amxmodx>

#define PLUGIN "Hud Message Spec "
#define VERSION "1.0"
#define AUTHOR "abdobiskra"

new g_izSpecMode

public plugin_init() {
   register_plugin(PLUGIN, VERSION, AUTHOR)
   
   register_event( "TextMsg", "show_info", "b")
   
   g_izSpecMode = CreateHudSyncObj()
   
   
}

public show_info(id)
{  
 
           set_hudmessage(255, 255, 255, -0.07, 0.75, 0, 0.01, 600.0, 0.01, 0.1, -1)
           ShowSyncHudMsg(id, g_izSpecMode,"bla bal bla ....")  
}
__________________

Last edited by abdobiskra; 07-03-2015 at 02:39.
abdobiskra is offline
Send a message via Skype™ to abdobiskra
ecca
Sexy Santa
Join Date: Jan 2011
Old 07-03-2015 , 06:44   Re: hud spectate !
Reply With Quote #2

This is for HL2, the forum you're looking for is this: https://forums.alliedmods.net/forumdisplay.php?f=11
__________________
ecca is offline
Benoist3012
Veteran Member
Join Date: Mar 2014
Location: CWave::ForceFinish()
Old 07-03-2015 , 11:37   Re: hud spectate !
Reply With Quote #3

Half-Life 1 is supported on AMX Mod not on sourcemod

Edit: Look your message:
Quote:
Originally Posted by abdobiskra View Post
hi ! i need help here ! hud message in spectateur mod not work i make this !
game : Half-Life 1
Code:
#include <amxmodx>
__________________

Last edited by Benoist3012; 07-03-2015 at 11:38.
Benoist3012 is offline
RedSword
SourceMod Plugin Approver
Join Date: Mar 2006
Location: Quebec, Canada
Old 07-03-2015 , 16:50   Re: hud spectate !
Reply With Quote #4

Moved to AMXX scripting section. (I can't delete/merge the other AMXX one though)
__________________
My plugins :
Red Maze
Afk Bomb
RAWR (per player/rounds Awp Restrict.)
Kill Assist
Be Medic

You can also Donate if you appreciate my work

Last edited by RedSword; 07-03-2015 at 16:51.
RedSword is offline
abdobiskra
Veteran Member
Join Date: Jul 2014
Location: Algeria
Old 07-04-2015 , 01:23   Re: hud spectate !
Reply With Quote #5

Unfortunately, I thank you and now you help?
__________________
abdobiskra is offline
Send a message via Skype™ to abdobiskra
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 16:13.


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