User
Pass
2FA
 
 

As vrea si eo

 
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) -> Resources
Author Message1220
Djinn
[Banned user]


Banned


Status: Offline
(since 18-05-2009 20:58)
Joined: 09 Oct 2008
Posts: 43, Topics: 25
Location: Spain

Reputation: 93.3
Votes: 4

Post Posted: 30-11-2008, 19:07:28 | Translate post to: ... (Click for more languages)

Salut..as vrea si eu un plugin...atunci cand cazi...chiar daca cazi de la distanta mica si iti ia doar catva hp...sau cand iti da cineva o lama...ecranul sa ti se faca rosu transparent...credeti ca va puteti descurca ?
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: 30-11-2008, 20:12:46 | Translate post to: ... (Click for more languages)

1. http://forums.alliedmods.net/showthread.php?p=204777
2. vezi daca merge
Code:

#include <amxmodx>
#include <csx> // activezi !!

new g_fade

public plugin_init()
{
   register_plugin("a","b","c")
   
   g_fade = get_user_msgid("ScreenFade")
}

public client_damage(attacker,victim,damage,wpnindex,hitplace,TA)
{
   if(wpnindex==CSW_KNIFE) // arma
   {
      fade_victim(victim)
   }
   return PLUGIN_CONTINUE
}

fade_victim(victim)
{
   message_begin(MSG_ONE,g_fade,{0,0,0},victim) // victim
   write_short(1<<10)
   write_short(1<<10)
   write_short(1<<12)
   write_byte(255) // culoare r
   write_byte(0) // culoare g
   write_byte(0) // culoare b
   write_byte(30)
   message_end()      
   return PLUGIN_HANDLED
}

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


Banned


Status: Offline
(since 18-05-2009 20:58)
Joined: 09 Oct 2008
Posts: 43, Topics: 25
Location: Spain

Reputation: 93.3
Votes: 4

Post Posted: 01-12-2008, 12:08:14 | Translate post to: ... (Click for more languages)

nu merge...
0 0
  
Back to top
View user's profile Send private message

  Topic locked


Topic is closed, you cannot post any messages in it anymore




 
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) -> Resources  


The time now is 29-07-2025, 00:19:54
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password