Player connects
How can i make message to specific steam id?
(When he connect) |
Re: Player connects
K here is what I Have it works but read the comments. It will explain more.
+karma please Code:
#include <amxmodx> |
Re: Player connects
As kind of explained in the notes this will never actually be displayed..
You need to change it to client_putinserver and then set a task of at least a few seconds before displaying the message.. Code:
|
Re: Player connects
can u edit it to be a Hud Message?
|
Re: Player connects
Use the Hud message generator in AMXX-Studio
It's very easy to use |
Re: Player connects
well i have no idea how to use it can u make that code so that when person joins its a hud message instead of chat for me?
|
Re: Player connects
set_hudmessage(255, 0, 0, 0.01, 0.15, 0, 6.0, 12.0, 0.0, 0.0, -1)
show_hudmessage(id, "[AMXX] I guess you just connected or something...") But you gotta make sure the user is in-server |
Re: Player connects
thanks i figured out how to generate it with the amxx studio program
|
Re: Player connects
tnx. Can someone show how to make multiple id cases?
|
Re: Player connects
http://forums.alliedmods.net/showthread.php?p=359316
Just remove all the sounds from playing and you can have this display a message for SPECIFIC Steam ID's, and if u want HUD display...use amxx-studio and edit the source...this is your quickest route. |
| All times are GMT -4. The time now is 06:40. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.