Raised This Month: $12 Target: $400
 3% 

How do I get rid of messege?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
fpsbrian
Senior Member
Join Date: Feb 2008
Old 10-08-2008 , 11:16   How do I get rid of messege?
Reply With Quote #1

If I try and edit the .sp file and compile it, I get an error?
Is there a way to get rid of this????

PrintToChat(client, "[CSSDM] Counter-Strike Source: Deathmatch (version %s)", CSSDM_VERSION);
PrintToChat(client, "[CSSDM] Visit http://www.bailopan.net/cssdm to download.");
__________________
fpsbrian is offline
fpsbrian
Senior Member
Join Date: Feb 2008
Old 10-16-2008 , 07:36   Re: How do I get rid of messege?
Reply With Quote #2

If anyone could help, I only run CSSDM on 5 of 80 maps on my server, so it's only running like twice a day!
__________________
fpsbrian is offline
xtreo8
Junior Member
Join Date: Dec 2008
Location: Cymru (Wales)
Old 12-23-2008 , 11:38   Re: How do I get rid of messege?
Reply With Quote #3

I have the same thing happening to me.

I get a message where the "current map" is shown
and it wont let anyone on my server change weapon until its has gone.

Hope there will be an answer to this soon
xtreo8 is offline
Sgt-Mess
Senior Member
Join Date: Dec 2007
Location: Sway Side,WA
Old 12-24-2008 , 17:58   Re: How do I get rid of messege?
Reply With Quote #4

remove this from dm_basics

Code:
public Action:Timer_Welcome(Handle:timer, any:userid)
{
    new client = GetClientOfUserId(userid);
    
    if (!client || !IsClientInGame(client))
    {
        return Plugin_Stop;
    }
    
    PrintToChat(client, "[CSSDM] Counter-Strike Source: Deathmatch (version %s)", CSSDM_VERSION);
    PrintToChat(client, "[CSSDM] Visit http://www.bailopan.net/cssdm to download.");
    
    return Plugin_Stop;
}

public OnClientPutInServer(client)
{
    g_DeathTimes[client] = 0.0;
    CreateTimer(10.0, Timer_Welcome, GetClientUserId(client));
}
Also you must compile this using the compiler in the scripts folder and not the online compiler because it needs to include cssdm.inc and the online compile wont find it.
__________________
Sgt-Mess is offline
Send a message via AIM to Sgt-Mess
brantknew
Junior Member
Join Date: Apr 2009
Old 05-28-2009 , 03:03   Re: How do I get rid of messege?
Reply With Quote #5

NVM

Last edited by brantknew; 05-28-2009 at 03:31.
brantknew 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 15:20.


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