Raised This Month: $ Target: $400
 0% 

Messages in chatbot


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Rale
AlliedModders Donor
Join Date: Sep 2010
Old 01-26-2019 , 10:42   Messages in chatbot
Reply With Quote #1

Hello i have problem with this part of code, when it prints message in server chat there is no breaks (\n), so everything is in one row.

PHP Code:
    if (iSortedCount)
    {
        
char sBuffer[512];
        
Format(sBuffersizeof(sBuffer), "Round Highlight:");
        
Format(sBuffersizeof(sBuffer), "%s\n*************************"sBuffer);

        if (
iSortedList[0][0])
        {
            
Format(sBuffersizeof(sBuffer), "%s\n1. %N - %d DMG"sBufferiSortedList[0][0], iSortedList[0][1]);
            
LogPlayerEvent(iSortedList[0][0], "triggered""top_player");

            
g_iPlayerWinner[0] = GetSteamAccountID(iSortedList[0][0]);
        } 
Anyone have idea what needs to be edited?
Thanks in advance.
Rale 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 07:27.


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