Raised This Month: $12 Target: $400
 3% 

[CSGO] SimpleHUDMessage


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
StomperG
Junior Member
Join Date: Sep 2018
Old 09-15-2018 , 10:26   [CSGO] SimpleHUDMessage
Reply With Quote #1

I never seen other post u sent me sorry .. delete this post
Attached Files
File Type: sp Get Plugin or Get Source (hud.sp - 374 views - 662 Bytes)

Last edited by StomperG; 09-15-2018 at 14:46. Reason: Remove that post
StomperG is offline
Vaggelis
Senior Member
Join Date: May 2017
Old 09-15-2018 , 10:36   Re: [CSGO] SimpleHUDMessage
Reply With Quote #2

I think the plugin is redundant and propably gonna get unapproved but anyway, here is my suggestions.
Create cvars for position of the message, color and the text that will show. Also remove the <cstrike> its not needed.
Vaggelis is offline
StomperG
Junior Member
Join Date: Sep 2018
Old 09-15-2018 , 10:40   Re: [CSGO] SimpleHUDMessage
Reply With Quote #3

Quote:
Originally Posted by Vaggelis View Post
I think the plugin is redundant and propably gonna get unapproved but anyway, here is my suggestions.
Create cvars for position of the message, color and the text that will show. Also remove the <cstrike> its not needed.
Probabily :/ but to many people want this is portugal i only see onde community with this and he sell and this community closes
StomperG is offline
skyler.b
AlliedModders Donor
Join Date: Dec 2017
Location: israel
Old 09-15-2018 , 10:43   Re: [CSGO] SimpleHUDMessage
Reply With Quote #4

make args
__________________
Taking private requests

part of the gurney is the end.
skyler.b is offline
AuricYoutube
Senior Member
Join Date: Aug 2016
Location: Here
Old 09-15-2018 , 11:38   Re: [CSGO] SimpleHUDMessage
Reply With Quote #5

''''''''''''''''''''''''''''''''''''''''''''' ''''

Last edited by AuricYoutube; 09-15-2018 at 11:40. Reason: oops double post
AuricYoutube is offline
AuricYoutube
Senior Member
Join Date: Aug 2016
Location: Here
Old 09-15-2018 , 11:39   Re: [CSGO] SimpleHUDMessage
Reply With Quote #6

Maybe coincidence, but all I have to say is


HMMMMMMMMM


Code:
#include <sourcemod>  
#include <cstrike>  

public Plugin myinfo =  
{  
    name = "HUD",  
    author = "Nevvy",  
    description = "",  
    version = "",  
    url = "Nevvy.pl"  
};  

public OnPluginStart()  
{  
    CreateTimer(5.0, HUD, _, TIMER_REPEAT);  
}  

public Action HUD(Handle timer)  
{  
    for (new i = 1; i <= MaxClients; i++)  
    {  
        if (IsClientInGame(i))  
        {  
            SetHudTextParams(-1.0, 0.1, 5.0, 0, 255, 255, 255, 0, 0.1, 0.1, 0.1);  
            ShowHudText(i, 5, "• YOUR MESSAGE •");  
        }  
    }  
}
https://forums.alliedmods.net/showthread.php?t=301488
AuricYoutube is offline
Kamizun
AlliedModders Donor
Join Date: May 2015
Location: Portugal
Old 09-15-2018 , 11:56   Re: [CSGO] SimpleHUDMessage
Reply With Quote #7

I dont think anyone from portugal is asking for this.
But if someone is willing to pay for something like this then maybe they shouldn't have access to money or have any type of Server at all.

Also, dont use other's work and publish.
Kamizun is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 09-15-2018 , 11:58   Re: [CSGO] SimpleHUDMessage
Reply With Quote #8

Quote:
Originally Posted by StomperG View Post
Probabily :/ but to many people want this is portugal i only see onde community with this and he sell and this community closes
https://forums.alliedmods.net/showthread.php?p=1664292
__________________
coding & free software
shanapu is offline
SpicyGamers
Member
Join Date: Feb 2017
Location: Bragança
Old 09-16-2018 , 06:16   Re: [CSGO] SimpleHUDMessage
Reply With Quote #9

Quote:
Originally Posted by StomperG View Post
Probabily :/ but to many people want this is portugal i only see onde community with this and he sell and this community closes
No one want this shit in portugal bb, people like u are the cancer in portuguese community. Post/Selling other people's works as yours is just ridiculous. Kids like u should play minecraft.
__________________
Check My Community www.SpicyGamers.com
SpicyGamers is offline
Reply


Thread Tools
Display Modes

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 15:25.


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