Raised This Month: $ Target: $400
 0% 

Why dun this work?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 06-10-2005 , 00:44   Why dun this work?
Reply With Quote #1

(it's very rare that I ask for help in here :p)
Code:
#include <amxmodx> public plugin_init()     register_plugin("HUD Score","0.1","v3x") #define TASK_ID 2934 public client_connect(id) set_task(1.0,"show_message",TASK_ID+id) public client_disconnect(id) remove_task(TASK_ID+id) public show_message(id) {     new frags = get_user_frags(id)     new deaths = get_user_deaths(id)     new msgstr[64]     format(msgstr,63,"Kills: %i / Deaths: %i",frags,deaths)     set_hudmessage(255,255,255,-1.0,0.35,2,0.1,1.0,0.02,0.02,10)     show_hudmessage(id,msgstr)     return PLUGIN_HANDLED }

It's so simple.. :p

Maybe I just have the coords off of the screen, haha.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
 


Thread Tools
Display Modes

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:47.


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