AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   I want to do messege with 2 lines (https://forums.alliedmods.net/showthread.php?t=109768)

grid1 11-21-2009 09:35

I want to do messege with 2 lines
 
Code:

set_hudmessage(gHudRed, gHudGreen, gHudBlue, gfTextX, gfTextY, gHudEffects, gfHudFxTime, gfHudHoldTime, gfHudFadeInTime, gfHudFadeOutTime, gHudChannel);
            if (get_user_flags(id) & BM_ADMIN_LEVEL) {
                show_hudmessage(id, "Blockname: %s ---- Created By: %s", gszBlockNames[blockType], Name);
            } else {
                show_hudmessage(id, "Blockname: %s ---- Created By: %s", gszBlockNames[blockType], Name);
            }

I want to do somthing like this

show_hudmessage(id, "Blockname: %s ---- Created By:
%s",

In the server i want this sentence to be in 2 deffrent lines
how?

AntiBots 11-21-2009 09:52

Re: I want to do messege with 2 lines
 
^n is an enter.


All times are GMT -4. The time now is 13:41.

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