Raised This Month: $ Target: $400
 0% 

Will this work?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
OneMoreLevel
Senior Member
Join Date: Aug 2009
Location: Look behind you... Very
Old 11-29-2009 , 17:09   Will this work?
Reply With Quote #1

It compiles fine, I just dont have a server to test it on.
PHP Code:
/* Invisi-Health */

#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <hamsandwich>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd"say !IHStats","say_ihstats")
    
    
RegisterHam(Ham_TakeDamage"player""fw_takedamage")
    
    
}
public 
fw_takedamage(id)

    new 
getuser = (get_user_health(id)) * 50
    set_user_rendering
idkRenderFxGlowShell000kRenderTransAlphagetuser)
    
    

public 
say_ihstats(id)
{
    new 
iHealth get_user_health(id)
    new 
iArmor get_user_armor(id)
    new 
getuser = (get_user_health(id)) * 50
    client_print 
(idprint_chat,"Your Health is %s",iHealth)
    
client_print (idprint_chat,"Your Armor is %s",iArmor)
    
client_print (idprint_chat,"Your Transparency is %s out of 255",getuser)

__________________
60/100 60%
[||||||||||||||||||||]
Project: Warfighter mod
Blog:
http://sites.google.com/site/dailymultitasker/
PHP Code:
   if ( i_help_you "Yes" ) == )
    
set_user_karma(onemorelevel,add,+1
OneMoreLevel is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-29-2009 , 17:23   Re: Will this work?
Reply With Quote #2

You can't create a dedicated server via steam or using hldsupdatetool on your computer ?
__________________
Arkshine is offline
OneMoreLevel
Senior Member
Join Date: Aug 2009
Location: Look behind you... Very
Old 11-29-2009 , 17:35   Re: Will this work?
Reply With Quote #3

I use Qwest, they dont allow dedicated without paying extra fees.
Apparently it sucks extra "bandwith."
__________________
60/100 60%
[||||||||||||||||||||]
Project: Warfighter mod
Blog:
http://sites.google.com/site/dailymultitasker/
PHP Code:
   if ( i_help_you "Yes" ) == )
    
set_user_karma(onemorelevel,add,+1
OneMoreLevel is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-29-2009 , 18:27   Re: Will this work?
Reply With Quote #4

I'm talking to create a server on your computer. You don't need internet connection to use it.
__________________
Arkshine is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 11-29-2009 , 19:26   Re: Will this work?
Reply With Quote #5

You don't even need a dedicated server! Just install AMX Mod X on your listen server. Granted, some things might not test well but for the basics you can do it.
__________________
fysiks 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:39.


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