User
Pass
2FA
 
 

Need a plugin
Go to page Previous  1, 2    
 
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 -> Trash
Author Message6612
caspi

[Mentally Stable]



Status: Offline
(since 12-04-2009 20:04)
Joined: 06 Dec 2007
Posts: 11, Topics: 4
Location: Romania

Reputation: 99.5
Votes: 4

Post Posted: 16-11-2008, 17:51:13 | Translate post to: ... (Click for more languages)

am si eu o intrebare la pluginsul asat

Code:
#include <amxmodx>


public plugin_init() {
   register_plugin("Permanent MSG","1.0","P.Of.Pw")
   
   set_task(2.0,"cmdHudMsg",_,_,_,"b")
}

public cmdHudMsg() {
   new players[32],num,i
   get_players(players,num)
   for(i = 0; i <= num; i++)
   {
      new id = players[i]
     
      if(is_user_connected(id)) {
   
         set_hudmessage(0, 255, 0, 0.59, 0.07, 0, 6.0, 12.0)
         show_hudmessage(0, "Mesajul Tau Permanent!!")
      }
   }
}


cum fac sa imi arete 2 mesaje unul sub celalalt

0 0
  
Back to top
View user's profile Send private message
PoSiTiOn Of PoWeR

[ZP.FREAKZ.RO OWNER]



Status: Offline
(since 07-10-2015 14:51)
Joined: 25 Oct 2008
Posts: 712, Topics: 77
Location: Germany

Reputation: 185.3
Votes: 18

Post Posted: 22-11-2008, 13:51:40 | Translate post to: ... (Click for more languages)

Code:
#include <amxmodx>


public plugin_init() {
   register_plugin("Permanent MSG","1.0","P.Of.Pw")
   
   set_task(2.0,"cmdHudMsg",_,_,_,"b")
}

public cmdHudMsg() {
   new players[32],num,i
   get_players(players,num)
   for(i = 0; i <= num; i++)
   {
      new id = players[i]
     
      if(is_user_connected(id)) {
   
         set_hudmessage(0, 255, 0, 0.59, 0.07, 0, 6.0, 12.0)
         show_hudmessage(0, "Mesajul Tau Permanent!!^nMesajul 2 Permanent!!")
      }
   }
}


am modificat asa;
Quote:
show_hudmessage(0, "Mesajul Tau Permanent!!^nMesajul 2 Permanent!!")

sper ca ai inteles..

0 0
  
Back to top
View user's profile Send private message
eddy_eddy
[Banned user]


Banned


Status: Offline
(since 23-12-2008 14:25)
Joined: 26 Nov 2008
Posts: 35, Topics: 1
Location: Romania

Reputation: 86.6
Votes: 4

Post Posted: 03-12-2008, 19:49:12 | Translate post to: ... (Click for more languages)

care ma ajuta si pe mine cu un plugin care zice la sfarsotul rundei :"Counter Terorist win" sau "terorist wins" ..........................va rog eu mult:DDD-
0 0
  
Back to top
View user's profile Send private message
PoSiTiOn Of PoWeR

[ZP.FREAKZ.RO OWNER]



Status: Offline
(since 07-10-2015 14:51)
Joined: 25 Oct 2008
Posts: 712, Topics: 77
Location: Germany

Reputation: 185.3
Votes: 18

Post Posted: 04-12-2008, 16:36:46 | Translate post to: ... (Click for more languages)

eddy_eddy wrote:
care ma ajuta si pe mine cu un plugin care zice la sfarsotul rundei :"Counter Terorist win" sau "terorist wins" ..........................va rog eu mult:DDD-

->
Code:

#include <amxmodx>

new const ct_msg[]="Echipa CT a Castigat !"
new const te_msg[]="Echipa Ts a Castigat !"

public plugin_init() {
   register_plugin("Team Win MSG Hud","x","P.Of.Pw")
   
   register_event("SendAudio","ctwin","a","2=%!MRAD_ctwin")
   register_event("SendAudio","twin","a","2=%!MRAD_terwin")
}

public ctwin()
{
   set_hudmessage(0, 0, 255, 0.33, 0.21, 0, 6.0, 7.0)
   show_hudmessage(0, ct_msg)
}

public twin()
{
   set_hudmessage(255, 0, 0, 0.33, 0.21, 0, 6.0, 7.0)
   show_hudmessage(0, te_msg)
}


mesajele le modifici aici (unde`i scris cu rosu)
Quote:
new const ct_msg[]="Echipa CT a Castigat !"
new const te_msg[]="Echipa Ts a Castigat !"

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 -> Trash  
Go to page Previous  1, 2    


The time now is 22-02-2025, 23:23:30
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password