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

Hudmessage info..


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
wEight
BANNED
Join Date: Jan 2015
Old 04-21-2015 , 15:27   Hudmessage info..
Reply With Quote #1

PHP Code:
#include <amxmodx>

new const PLUGIN[] = "HudMSG";
new const 
VERSION[] = "1.0";
new const 
AUTHOR[] = "wEight";

public 
plugin_init()
{
register_plugin(PLUGINVERSIONAUTHOR);
}

public 
client_putinserver()
{
new 
szSteamId[35];
get_user_authididszSteamId34 );
new 
health[6];
get_user_health(idhealth5);
new 
pingloss;
get_user_ping(idpingloss);
new 
nextmap[32];
get_cvar_string("amx_nextmap"nextmap31);
set_hudmessage(1272122550.00.216.01.0) ;
show_hudmessage(0"Tvoj steam: %s^nHealth: %s^nTvoj ping:%s|%s^nSledeca mapa: %s"szSteamIdhealthpinglossnextmap);
set_task(0.9"client_putinserver");

Code:
sdasdasd.sma(15) : error 017: undefined symbol "id"
sdasdasd.sma(15) : warning 215: expression has no effect
sdasdasd.sma(15) : warning 215: expression has no effect
sdasdasd.sma(15) : error 001: expected token: ";", but found ")"
sdasdasd.sma(15) : error 029: invalid expression, assumed zero
sdasdasd.sma(15) : fatal error 107: too many error messages on one line
How 2 fix it?
wEight is offline
 



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 10:07.


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