Raised This Month: $ Target: $400
 0% 

Timeleft in gametype?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
biscuit628
Senior Member
Join Date: Jun 2007
Location: 香港HongKong
Old 10-07-2008 , 20:37   Timeleft in gametype?
Reply With Quote #1

Is that possible to make this two plugin for one?
http://forums.alliedmods.net/showthread.php?p=462252
http://forums.alliedmods.net/showthread.php?p=185043
biscuit628 is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 10-08-2008 , 00:51   Re: Timeleft in gametype?
Reply With Quote #2

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

new amx_timeleft

public plugin_init( )

    
register_plugin"Game Namer""1.1""NeuroToxin" ); 
    
amx_timeleft get_cvar_pointer("amx_timeleft"); 
    
register_forwardFM_GetGameDescription"GameDesc" ); 
}
 
public 
GameDesc( ) 

    static 
gamename[8]; 
    
get_pcvar_stringamx_timeleftgamename); 
    
forward_returnFMV_STRINGgamename ); 
    return 
FMRES_SUPERCEDE

__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
ZombieMan
Senior Member
Join Date: May 2008
Location: Italy.
Old 10-08-2008 , 04:56   Re: Timeleft in gametype?
Reply With Quote #3

Quote:
Originally Posted by biscuit628 View Post
Yea ... i made this for you
Attached Files
File Type: sma Get Plugin or Get Source (doh.sma - 923 views - 2.0 KB)
__________________
BACK TO BUSINESS

If you want to feel better give me + karma but ... don't forget to leave your name

DO NOT PM me for support
ZombieMan is offline
Reply



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 13:13.


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