AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CSGO] SimpleHUDMessage (https://forums.alliedmods.net/showthread.php?t=310684)

StomperG 09-15-2018 10:26

[CSGO] SimpleHUDMessage
 
1 Attachment(s)
I never seen other post u sent me sorry .. delete this post

Vaggelis 09-15-2018 10:36

Re: [CSGO] SimpleHUDMessage
 
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.

StomperG 09-15-2018 10:40

Re: [CSGO] SimpleHUDMessage
 
Quote:

Originally Posted by Vaggelis (Post 2615305)
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

skyler.b 09-15-2018 10:43

Re: [CSGO] SimpleHUDMessage
 
make args

AuricYoutube 09-15-2018 11:38

Re: [CSGO] SimpleHUDMessage
 
''''''''''''''''''''''''''''''''''''''''''''' ''''

AuricYoutube 09-15-2018 11:39

Re: [CSGO] SimpleHUDMessage
 
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

Kamizun 09-15-2018 11:56

Re: [CSGO] SimpleHUDMessage
 
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.

shanapu 09-15-2018 11:58

Re: [CSGO] SimpleHUDMessage
 
Quote:

Originally Posted by StomperG (Post 2615306)
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

SpicyGamers 09-16-2018 06:16

Re: [CSGO] SimpleHUDMessage
 
Quote:

Originally Posted by StomperG (Post 2615306)
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.


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

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