User
Pass
2FA
 
 

Cerere Plugins

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Fixed issues
Author Message763
wTs =]]
[Banned user]


Banned


Status: Offline
(since 08-12-2013 10:55)
Joined: 06 Nov 2013
Posts: 51, Topics: 14
Location: Romania

Reputation: 41.6
Votes: 4

Post Posted: 07-12-2013, 08:45:09 | Translate post to: ... (Click for more languages)

»Nume: Ninsoare & Mesaj HUD
»Descriere plugin: As dori si eu pluginurile din urmatoarea poza nu cele clasice cu snow si hud mesaj exact ca in poza daca se poate .
»Exemplu:
Va multumesc pentru efort !
Dau 5 + reputatie celui care mi le da pe ambele



# WEST.FREAKZ.RO #

0 0
  
Back to top
View user's profile Send private message
Khajiit

[Away]



Status: Offline
(since 01-04-2019 20:33)
Joined: 19 Jun 2013
Posts: 3428, Topics: 110
Location: Away for a long time.

Reputation: 48.4
Votes: 145

          Battletag: postrow.ID_BATTLE_NET}  am-nevoie-de-iconite-la-profil 
Post Posted: 07-12-2013, 12:44:29 | Translate post to: ... (Click for more languages)

Iti postez sursa? Sau vrei sa ti-l fac eu ? Daca da, da-mi numele la server complet + ip.

Sursa Pentru MESaj sus permanent
Code:

#include <amxmodx>

#define PLUGIN "Auto Center Msg"
#define VERSION "1.0"
#define AUTHOR "FREAKZ - Khajiit"

#define TASK_INTERVAL 8.0

new const hud_messages[][] = {
   
   "[IP:0.0.0.0:27015]-[www.site.ro]",
        "[ADD IP TO FAVORITES]"
};
public plugin_init()
{
   register_plugin( PLUGIN, VERSION, AUTHOR );
   set_task( TASK_INTERVAL, "RandomHudWithRandomColors", 0, "", 0, "b"  );
}
public RandomHudWithRandomColors()
{
   set_hudmessage( random_num( 0, 255 ), random_num( 0, 255 ), random_num( 0, 255 ), -1.0, 0.0, random_num( 0, 2 ), 6.0, 8.0 );
   show_hudmessage( 0, "%s", hud_messages[ random_num( 0, charsmax( hud_messages ) ) ] );
}

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
wTs =]]
[Banned user]


Banned


Status: Offline
(since 08-12-2013 10:55)
Joined: 06 Nov 2013
Posts: 51, Topics: 14
Location: Romania

Reputation: 41.6
Votes: 4

Post Posted: 07-12-2013, 14:32:53 | Translate post to: ... (Click for more languages)

Khajiit wrote:
Iti postez sursa? Sau vrei sa ti-l fac eu ? Daca da, da-mi numele la server complet + ip.

Sursa Pentru MESaj sus permanent
Code:

#include <amxmodx>

#define PLUGIN "Auto Center Msg"
#define VERSION "1.0"
#define AUTHOR "FREAKZ - Khajiit"

#define TASK_INTERVAL 8.0

new const hud_messages[][] = {
   
   "[IP:0.0.0.0:27015]-[www.site.ro]",
        "[ADD IP TO FAVORITES]"
};
public plugin_init()
{
   register_plugin( PLUGIN, VERSION, AUTHOR );
   set_task( TASK_INTERVAL, "RandomHudWithRandomColors", 0, "", 0, "b"  );
}
public RandomHudWithRandomColors()
{
   set_hudmessage( random_num( 0, 255 ), random_num( 0, 255 ), random_num( 0, 255 ), -1.0, 0.0, random_num( 0, 2 ), 6.0, 8.0 );
   show_hudmessage( 0, "%s", hud_messages[ random_num( 0, charsmax( hud_messages ) ) ] );
}


Asta l-am gasit pe net + vreau sa fie ambele mesaje sus nu pe rand .
Mesajul vreau sa fie doar cu galben si mai mare scris !.
Poate incearca altcineva multumesc.



# WEST.FREAKZ.RO #

0 0
  
Back to top
View user's profile Send private message
Khajiit

[Away]



Status: Offline
(since 01-04-2019 20:33)
Joined: 19 Jun 2013
Posts: 3428, Topics: 110
Location: Away for a long time.

Reputation: 48.4
Votes: 145

          Battletag: postrow.ID_BATTLE_NET}  am-nevoie-de-iconite-la-profil 
Post Posted: 07-12-2013, 14:35:01 | Translate post to: ... (Click for more languages)

Am eu unul, o sa ti-l dau, este sub alt format o sa vezi.
Revin mai tarziu cu un edit.

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
wTs =]]
[Banned user]


Banned


Status: Offline
(since 08-12-2013 10:55)
Joined: 06 Nov 2013
Posts: 51, Topics: 14
Location: Romania

Reputation: 41.6
Votes: 4

Post Posted: 07-12-2013, 15:11:19 | Translate post to: ... (Click for more languages)

Ok multumesc.


# WEST.FREAKZ.RO #

0 0
  
Back to top
View user's profile Send private message
Khajiit

[Away]



Status: Offline
(since 01-04-2019 20:33)
Joined: 19 Jun 2013
Posts: 3428, Topics: 110
Location: Away for a long time.

Reputation: 48.4
Votes: 145

          Battletag: postrow.ID_BATTLE_NET}  am-nevoie-de-iconite-la-profil 
Post Posted: 07-12-2013, 15:19:04 | Translate post to: ... (Click for more languages)

Incearca asta:
http://www.girlshare.ro/33048142.6
Este un plugin de-al meu avut pe un server de ZM, foarte folositor, nu am sursa, testeaza si zim daca e pe placul tau.

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
wTs =]]
[Banned user]


Banned


Status: Offline
(since 08-12-2013 10:55)
Joined: 06 Nov 2013
Posts: 51, Topics: 14
Location: Romania

Reputation: 41.6
Votes: 4

Post Posted: 07-12-2013, 15:24:17 | Translate post to: ... (Click for more languages)

Nu îmi place scuze .
Eu caut ceva gen cel din pozã dacã nu se poate chiar e l.
ªi mai am nevoie ºi de acel cu zãpadã .
Poate încearca altcineva.
Multumesc oricum



# WEST.FREAKZ.RO #

0 0
  
Back to top
View user's profile Send private message
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Fixed issues  


The time now is 11-06-2024, 00:52:23
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password