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

im searching this plugin: welcome_hudmsg.sma


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
reggienoble
Junior Member
Join Date: Jan 2006
Old 01-09-2006 , 02:08   im searching this plugin: welcome_hudmsg.sma
Reply With Quote #1

im lokking for the welcome_hudmsg.sma file or welcome_hudmsg.amxx file for amx mod x v1.60

could some1 send it me ? email: [email protected]

thx in advance...


reggie
reggienoble is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 01-09-2006 , 02:26  
Reply With Quote #2

Search harder.
__________________
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
Bento
SourceMod Donor
Join Date: May 2005
Location: The Netherlands
Old 01-09-2006 , 07:01  
Reply With Quote #3

lol
__________________
Bento is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 01-09-2006 , 09:46  
Reply With Quote #4

Moved from "Support/Help" forum.
Brad is offline
reggienoble
Junior Member
Join Date: Jan 2006
Old 01-09-2006 , 14:03  
Reply With Quote #5

...thx for nothing.. i was searching for 1 hour in this forum and i cent find it...
reggienoble is offline
uTg | bigpapajiggs
Senior Member
Join Date: Sep 2005
Location: Bellingham, WA
Old 01-09-2006 , 14:13  
Reply With Quote #6

Here. I have no clue if it works, i just made it in like 1 minute.
Attached Files
File Type: sma Get Plugin or Get Source (welcome_message.sma - 1267 views - 339 Bytes)
__________________
What's my confidence level? I do crossword puzzles with a pen.
uTg | bigpapajiggs is offline
Send a message via AIM to uTg | bigpapajiggs Send a message via MSN to uTg | bigpapajiggs Send a message via Yahoo to uTg | bigpapajiggs
Dzs3ko
Junior Member
Join Date: Jan 2006
Old 05-11-2006 , 13:25  
Reply With Quote #7

it works with amxx

edit in sma and compile

#include <amxmod> to #include <amxmodx>

put amxx.cfg
amx_welcome_hudmsg "Welcome %name% to %hostname% & your messge etc.."
Attached Files
File Type: zip welcome_hudmsg.zip (1.7 KB, 262 views)

Last edited by Dzs3ko; 11-28-2006 at 10:25.
Dzs3ko is offline
Send a message via MSN to Dzs3ko
timtimtim
Member
Join Date: Nov 2009
Old 11-30-2009 , 10:45   Re: im searching this plugin: welcome_hudmsg.sma
Reply With Quote #8

How do i change the hud message showtime?
timtimtim is offline
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 11-30-2009 , 19:31   Re: im searching this plugin: welcome_hudmsg.sma
Reply With Quote #9

Even i know that ( i hope)

It's settask ;D

PHP Code:
#include <amxmodx>
#include <amxmisc>

public plugin_init()
{
    
register_plugin("Welcome Message","1.0","Lord Saddler")


   
set_task(30.0"client_putinserver"___,"b")
//seconds , what you set, dunno, dunno, dunno, b is for dunno again.
}



public 
client_putinserver()
{
    new 
name[32]
    
get_user_name(id,name,31)

    
set_hudmessage(200500, -1.00.3006.06.00.50.151)
    
show_hudmessage(0,"Welcome %s! Have fun playing here!",name)


Last edited by NucL3ra; 11-30-2009 at 19:49.
NucL3ra is offline
Send a message via Yahoo to NucL3ra
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 12-01-2009 , 01:29   Re: im searching this plugin: welcome_hudmsg.sma
Reply With Quote #10

NucL3ra: Your plugin fails quite much.

Code:
#include <amxmodx>

public client_putinserver(id)
{
    new name[32]
    get_user_name(id,name,31)

    set_hudmessage(200, 50, 0, -1.0, 0.30, 0, 6.0, 6.0, 0.5, 0.15, 1)
    show_hudmessage(0,"Welcome %s! Have fun playing here!",name)
}
Would be enough.

To change times, look at this.
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
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:04.


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