Raised This Month: $ Target: $400
 0% 

Client Connect Messages......


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
AssAssIN_IMpossible
BANNED
Join Date: Nov 2013
Location: india
Old 11-15-2013 , 06:54   Client Connect Messages......
Reply With Quote #1

I want a plugin which displays chat messages to a specific client when he connects......

below is my code

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Client connect messages"
#define VERSION "1.0"
#define AUTHOR "AssAssIN_IMpossible"


public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)

// Add your code here...
}

public client_connect(id)
{
client_print(id, print_chat, "[DHASSASSINS] A new client just joined the gaming competition")

}

I want a hudmessage which shows the player name and player IP

/* I am expert in Java and a beginner with pawn and c++*/
AssAssIN_IMpossible 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 23:13.


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