AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Hud transparency & Console to Say (https://forums.alliedmods.net/showthread.php?t=153636)

malec321 03-26-2011 21:16

Hud transparency & Console to Say
 
Hello I was wondering how I can make this HUD more transparent because you can barely see it.. And I want it blue again
Code:

    set_hudmessage(0, 0, 255, 0.8, 0.07, 0, 0.0, hold_time, 0.0, 0.0, 3)
    show_hudmessage(0,"Players Not Ready (%d/%d)",pug_get_players() - pug_total_ready,minplayers )

And also how can I change

Code:

client_print(id, print_notify, "** %L **", id, "STOP_FLOOD")
into a say instead of console

drekes 03-26-2011 21:38

Re: Hud transparency & Console to Say
 
2. try: client_print(id, print_chat, "** %L **", id, "STOP_FLOOD");

malec321 03-26-2011 21:42

Re: Hud transparency & Console to Say
 
thanks will try


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

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