Raised This Month: $ Target: $400
 0% 

how i can block the letter "f"?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Hasler
BANNED
Join Date: Jul 2009
Location: Argentina, Rosario
Old 12-25-2009 , 00:59   how i can block the letter "f"?
Reply With Quote #1

well, I have a problem, I'm making a plugin for X person to write / spect spect fence while is alive, my problem is, for example there are 2 ct and 2 tt, tt one dies, and one of them left alive but this type "/ spect" and is transferable to bone SPECT is still alive but spect, but the continual round as the "tt" is still alive but is now spect: S I leave the code, if you please me can help.
and how can i block the flashlight for one person, and as weapons to block one person also and.. if you please me can help. Thanks Sorry for my English
Code:
PHP Code:
#include <amxmodx>
#include <cstrike>
#include <fun>
#include <fakemeta>

public plugin_init() {
    
register_plugin("Invisible spect""1.5""Hasler")
    
    
register_clcmd("say /spect","Spectador")
    
register_clcmd("say_team /spect","Spectador")
    
    
register_cvar("mp_flashlight""blockear")
}

public 
blockear() return PLUGIN_HANDLED

public Spectador(id){
    if(
is_user_alive(id)){
                   
    
strip_user_weapons(id)
    
set_user_godmode(id1)
    
set_user_footsteps(id1)
    
cs_set_user_team(id,CS_TEAM_SPECTATOR,CS_DONTCHANGE)
    
set_pev(idpev_effects, (pev(idpev_effects) | 128) )
    
set_pev(idpev_solid0)
    }


Last edited by Hasler; 12-25-2009 at 04:23.
Hasler is offline
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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