breaks in hudmessages
Is it possible to put a break in a hud message when i use show_hudmessage() ?
Because I want to display 2 lines in the one string. So I can have: Health: ## XP: ## In the one string. So the same effect as <br> which I believe only works with motd's. Help please. Thanks. |
Re: breaks in hudmessages
just use: ^n
like: Hello World this is my^nHudmessage with 2 lines^nOr 3 lines^n or 4 lines^nAnd so on :) |
Re: breaks in hudmessages
PHP Code:
|
Re: breaks in hudmessages
Quote:
PHP Code:
|
Re: breaks in hudmessages
oops..
but %i and %s is for numbers, right ?:oops: |
Re: breaks in hudmessages
%i and %d for integer
%f for float %s for string |
| All times are GMT -4. The time now is 21:54. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.