Raised This Month: $ Target: $400
 0% 

Remind everyone when (X) seconds passed.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
HalfLife
Senior Member
Join Date: Aug 2013
Location: I'll tell you later ;)
Old 08-20-2013 , 01:56   Remind everyone when (X) seconds passed.
Reply With Quote #1

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

#define PLUGIN "Reminder"
#define VERSION "1.0"
#define AUTHOR "HalfLife"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    if( 
get_gametime () > 600.0 ) )
    {
        
client_print0print_chat"10 minutes have passed, now Admins can Vote For Mod." );
        return 
PLUGIN_HANDLED

This is my plugin, I made so when 600 seconds have passed,
PHP Code:
client_print0print_chat"10 minutes have passed, now Admins can Vote For Mod." ); 
but it doesn't compile and gives errors (see the picture)
Attached Thumbnails
Click image for larger version

Name:	errors.png
Views:	276
Size:	36.1 KB
ID:	124534  
__________________
If you need any help regarding your HL Server, PM me and I can help you
My Tutorials:
How to install and use your SQL Database using AMX Mod X Plugins
HalfLife 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 15:51.


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