Raised This Month: $ Target: $400
 0% 

Every 2 rounds "clear" in console of anyone


Post New Thread Reply   
 
Thread Tools Display Modes
platzpatrone
Veteran Member
Join Date: Apr 2007
Location: Germany
Old 08-22-2010 , 21:33   Re: Every 2 rounds "clear" in console of anyone
Reply With Quote #11

ah i see, yeah i was wrong at the client_print ok then its fine
platzpatrone is offline
nikhilgupta345
Veteran Member
Join Date: Aug 2009
Location: Virginia
Old 08-22-2010 , 22:19   Re: Every 2 rounds "clear" in console of anyone
Reply With Quote #12

Oops, I just edited the other plugin provided. Don't forget to remove g_RoundCounter or w/e variable it is, since it is never used in the plugin i gave.
nikhilgupta345 is offline
Send a message via ICQ to nikhilgupta345 Send a message via Yahoo to nikhilgupta345
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 08-23-2010 , 06:19   Re: Every 2 rounds "clear" in console of anyone
Reply With Quote #13

Quote:
Originally Posted by Mofforg View Post
If it will not be in 30% players overflow
Are you kidding, right?
__________________
xPaw is offline
avril-lavigne
Banned
Join Date: Apr 2009
Old 08-24-2010 , 01:54   Re: Every 2 rounds "clear" in console of anyone
Reply With Quote #14

register event round start
then put
client_cmd(id,"clear")

its very simple
__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc
avril-lavigne is offline
kushikuto
Junior Member
Join Date: Jul 2010
Old 09-02-2010 , 10:09   Re: Every 2 rounds "clear" in console of anyone
Reply With Quote #15

Quote:
Originally Posted by tm. View Post
I doubt it that the size of the print in players console has anything to do with overflows, but here you go:
PHP Code:
#include <amxmodx>

new g_RoundCounter;

public 
plugin_init()
{
    
register_plugin("New""1.0""TM.");
    
register_event("HLTV""NewRound""a""1=0""2=0");
}

public 
NewRound()
{
    
g_RoundCounter++;

    if(
g_RoundCounter 2)
    {
        return 
PLUGIN_HANDLED;
    }

    
client_cmd(0"clear");

    return 
PLUGIN_CONTINUE;




how to change rounds? for ex 2 rounds to 5 rounds ?
kushikuto is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 09-02-2010 , 10:17   Re: Every 2 rounds "clear" in console of anyone
Reply With Quote #16

PHP Code:
if(g_RoundCounter 2

PHP Code:
if(g_RoundCounter 5
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou 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 20:24.


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