AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   Solved Show text like hud (https://forums.alliedmods.net/showthread.php?t=316153)

SHIELD755 05-10-2019 09:49

Show text like hud
 
hello ,

can anybody help me to make this plugin which will show MESSGAGE when player connect like below(in RED MARK):

https://i.imgur.com/559OzV9.png

i have finded this code in a plugin and tried but failed

PHP Code:

MakeTutor(id,Text[],Color,Float:Time 0.0
{
    
    
    if(
is_user_connectedid ))
    {
        
message_begin(MSG_ONE_UNRELIABLE,g_MsgTutor,_,id)
        
write_string(Text)
        
write_byte(0)
        
write_short(0)
        
write_short(0)
        
write_short(1<<Color)
        
message_end()
    } 

THANKS IN ADVANCED

HiDeath 05-10-2019 09:57

Re: Show text like hud
 
I saw a similar plugin in Gamebanana , try to make a search there if u can find the sma , but be aware , it's not that trusted website !

SHIELD755 05-10-2019 11:34

Re: Show text like hud
 
I searched and find above code but failed

Moody92 05-10-2019 11:47

Re: Show text like hud
 
Tutorial messages in CS 1.6 are not supported in this forum. They're meant for CS:Zero.

SHIELD755 05-10-2019 12:15

Re: Show text like hud
 
Sorry , i don't know that it is illegal

OciXCrom 05-10-2019 17:26

Re: Show text like hud
 
Quote:

Originally Posted by Moody92 (Post 2651108)
Tutorial messages in CS 1.6 are not supported in this forum. They're meant for CS:Zero.

I still don't get what's the point in that being "illegal" when you get both games in Steam after purchasing, thus you have the required resources for both of them.

Mordekay 05-11-2019 02:42

Re: Show text like hud
 
Because Turtle Rock Studios have the copyright for them and allows the use only in CS:CZ. The same goes for the cz-bots, the AI from the hostages and so on. You are not allowed to use them in other games than CS:CZ.

tarsisd2 05-11-2019 04:17

Re: Show text like hud
 
Quote:

Originally Posted by OciXCrom (Post 2651143)
I still don't get what's the point in that being "illegal" when you get both games in Steam after purchasing, thus you have the required resources for both of them.

i have the plugin which works for both games, but i'm not allowed to share, because its supposed to be only in cz

SHIELD755 05-11-2019 07:41

Re: Show text like hud
 
SOLVED.


All times are GMT -4. The time now is 09:08.

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