Raised This Month: $ Target: $400
 0% 

Unpausable plugin!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
totalcsscripting
BANNED
Join Date: Jul 2010
Old 08-04-2010 , 01:21   Unpausable plugin!
Reply With Quote #1

how can i do a plugin that when yo turn off amx it would still work.

I tried to mix it with pause cfg but no success.

Thanks you very much
totalcsscripting is offline
Bello2
Senior Member
Join Date: Jun 2010
Location: Venezuela
Old 08-04-2010 , 01:54   Re: Unpausable plugin!
Reply With Quote #2

Quote:
Originally Posted by totalcsscripting View Post
how can i do a plugin that when yo turn off amx it would still work.

I tried to mix it with pause cfg but no success.

Thanks you very much
In this way as i:

PHP Code:
#define PLUGIN    "name plugin"
#define AUTHOR    "name"
#define VERSION    "version"

public plugin_init()
{
  
register_plugin(PLUGINVERSIONAUTHOR)
}

public 
plugin_cfg() {
    
    if(
is_plugin_loaded("Pause Plugins") != -1)
        
server_cmd("amx_pausecfg add ^"%s^""PLUGIN)

Bello2 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-04-2010 , 02:28   Re: Unpausable plugin!
Reply With Quote #3

You could edit pausecfg plugin.
__________________

Last edited by fysiks; 08-04-2010 at 02:33.
fysiks is offline
totalcsscripting
BANNED
Join Date: Jul 2010
Old 08-04-2010 , 02:41   Re: Unpausable plugin!
Reply With Quote #4

thankss!
totalcsscripting 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 00:18.


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