|
Author
|
Message
|
|
BANNED
Join Date: Feb 2007
Location: hello, gaben
|

02-04-2007
, 17:43
Last Seen Player
|
#1
|
Hello, and good evening to all, hope your watching the SuperBowl /Go COLTS!
Anyway:
I need help on Part of my plugin, This first half is going to relate on: /lastseen which will in chat(ADVANCED DEFINITION: CTSAY) display a message, leave the message space blank if you will. But this chat command should tell you the last player you saw was and there HP. If you will please produce this code for me. I thank anyone who helps me, and help's me out with my problem. Your help will be engraved(if you will) Into the code and post, onced released.
Code:
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Chat Commands"
#define VERSION "0.1"
#define AUTHOR "Phantom Warrior"
public plugin_init() {
register_plugin(Chat Commands, 0.1, Phantom Warrior)
register_clcmd("say /lastseen", "SeenPlayer")
}
Last edited by Phantom Warrior; 02-04-2007 at 17:47.
Reason: Forgot to add code -,-
|
|
|
|