Raised This Month: $ Target: $400
 0% 

Pease Help Me in My New Plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
AssAssIN_IMpossible
BANNED
Join Date: Nov 2013
Location: india
Old 11-14-2013 , 08:20   Pease Help Me in My New Plugin
Reply With Quote #1

Hi AlliedModders!

I tried to create a plugin which shows a player's name and IP address

here is the code

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
register_plugin("Entery Message", "1.0", "AssAssIN_IMpossible")

// Add your code here...
}


public infozone(){
set_hudmessage(0, 255, 0, -1.0, -1.0)
show_hudmessage(0 ,get_user_name(, , )+" recently connected to this server^n"+get_user_name+(, ,)"\'s IP is "+get_user_ip(, ,))
}

So please can anyone debug it...
AssAssIN_IMpossible 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 23:19.


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