Raised This Month: $ Target: $400
 0% 

Solved [Help] HUD Message Don't hold


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 06-04-2018 , 14:11   Re: [Help] HUD Message Don't hold
Reply With Quote #5

Code:
#include <amxmodx> new g_iSyncObj; public plugin_init() {     register_plugin("7 seconds HUD", "1.0", "AMx");     g_iSyncObj = CreateHudSyncObj();     register_clcmd("say /hud", "cmdHud"); } public cmdHud(pPlayer) {     showHud(pPlayer);     return PLUGIN_HANDLED; } showHud(pPlayer) {     set_hudmessage(255, 255, 0, 0.02, 0.15, 0, 0.1, 7.0, 1.1, 1.1);     ClearSyncHud(0, g_iSyncObj);     ShowSyncHudMsg(0, g_iSyncObj, "Player  Banned ... Raison .."); }
__________________








CrazY. is offline
 



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 04:34.


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