AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Code Snippets/Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=83)
-   -   [INC] Message Stocks (https://forums.alliedmods.net/showthread.php?t=310276)

OciXCrom 11-08-2018 15:37

Re: [INC] Message Stocks
 
Because you're using AMXX 1.8.2 and I forgot to include a fix for that. I'll do it when I make an update, it doesn't bother the plugin in any way.

rtxa 12-11-2018 13:28

Re: [INC] Message Stocks
 
You should eliminate width and noise parameters of beam disk, because they don't have effect.

thEsp 03-31-2019 16:03

Re: [INC] Message Stocks
 
Spoiler


Can multiple sprites be displayed in HUD at the same time but different locations (automatically maybe) ?

HamletEagle 04-01-2019 07:48

Re: [INC] Message Stocks
 
Quote:

Originally Posted by thEsp (Post 2645734)
Spoiler


Can multiple sprites be displayed in HUD at the same time but different locations (automatically maybe) ?

Do you see a location parameter in the message?

E1_531G 04-01-2019 11:31

Re: [INC] Message Stocks
 
Quote:

Can multiple sprites be displayed in HUD at the same time but different locations (automatically maybe) ?
Yes.
It's like the game does it: you can have bomb icon and buyzone icon both at the same time.

JocAnis 04-01-2019 21:02

Re: [INC] Message Stocks
 
its possible...but i think some sprites are only 'compatabile' to be shown with SOME other sprites...not all with eachother

I AM NOOB 06-22-2019 12:33

Re: [INC] Message Stocks
 
Awsome !!!

abdobiskra 05-23-2020 18:55

Re: [INC] Message Stocks
 
Hi, I found this trail rainbow follower I want to make sure it is not a message and if you can do it too?
https://imgur.com/Eilcfqk

OciXCrom 05-24-2020 08:23

Re: [INC] Message Stocks
 
Quote:

Originally Posted by abdobiskra (Post 2701907)
Hi, I found this trail rainbow follower I want to make sure it is not a message and if you can do it too?
https://imgur.com/Eilcfqk

It's either a rainbow sprite or multiple beams attached to the player. Either way, you can use the "te_create_following_beam" function to achieve this effect. I suggest you find or create that sprite so you can achieve the effect with just 1 function call.

abdobiskra 05-24-2020 09:30

Re: [INC] Message Stocks
 
Quote:

Originally Posted by OciXCrom
you can use the "te_create_following_beam" function to achieve this effect. I suggest you find or create that sprite so you can achieve the effect with just 1 function call.

It can't be done using specific flags in the entity?
PHP Code:

write_short(entity 0x1000);
and
write_short(entity 0x2000); 



All times are GMT -4. The time now is 20:05.

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