User
Pass
2FA
 
 

Plugin Sa treci prin jucatori.

 
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) -> Plugins - Help / Support
Author Message1357
GLaDoS

[More ...]



Status: Offline
(since 07-06-2019 21:21)
Joined: 13 Aug 2016
Posts: 6655, Topics: 249
Location: Romania

Reputation: 141
Votes: 160

   
Post Posted: 13-04-2017, 20:49:26 | Translate post to: ... (Click for more languages)

Salut.
As dori si eu un plugin de a trece prin coepicheri.
Multumesc.







"I'm a simple device. I'm here to help you! Do not forget to leave me a message!"



connect // zmx.freakz.ro

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

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 13-04-2017, 20:52:44 | Translate post to: ... (Click for more languages)

Code:
#include <amxmodx>
#include <amxmisc>
#include <engine>

new semiclip = 1

public plugin_init() {
   register_plugin("Semiclip", "1.0", "Crusher918")
   register_concmd("amx_semiclip","cmd_semiclip",ADMIN_LEVEL_A,"<1|0>")
   register_clcmd("fullupdate", "clcmd_fullupdate")
   register_event("ResetHUD", "ResetHUD", "b")
   register_event("HLTV", "new_round", "a", "1=0", "2=0")
}

public clcmd_fullupdate() {
   return PLUGIN_HANDLED_MAIN


public cmd_semiclip(id,level,cid) {
   if(!cmd_access(id,level,cid,2))
      return PLUGIN_HANDLED
   
   new name[32]
   new arg1[32]
   read_argv(1,arg1,31)
   new cvarnum = str_to_num(arg1)
   semiclip = cvarnum
   get_user_name(id,name,31)
   
   new players[32], pnum
   get_players(players,pnum,"a")
   
   if(semiclip) {
      for(new i=0;i<pnum;++i) {
         entity_set_int(i, EV_INT_solid, SOLID_TRIGGER)
      }
      client_print(0,print_chat,"[AMXX] ADMIN %s: set semiclip on",name)
   }
   else if(!semiclip) {
      for(new i=0;i<pnum;++i) {
         entity_set_int(i, EV_INT_solid, SOLID_BBOX)
      }
      client_print(0,print_chat,"[AMXX] ADMIN %s: unset semiclip off",name)
   }
   return PLUGIN_HANDLED
}

public ResetHUD(id) {
   if(semiclip)
      entity_set_int(id, EV_INT_solid, SOLID_TRIGGER)
   else if(!semiclip)
      entity_set_int(id, EV_INT_solid, SOLID_BBOX)
}

public new_round() {
   new players[32], pnum
   get_players(players,pnum,"a")
   
   if(semiclip) {
      for(new i=0;i<pnum;++i) {
         entity_set_int(i, EV_INT_solid, SOLID_TRIGGER)
      }
   }
   else if(!semiclip) {
      for(new i=0;i<pnum;++i) {
         entity_set_int(i, EV_INT_solid, SOLID_BBOX)
      }
   }
   return PLUGIN_HANDLED
}


Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]

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

[More ...]



Status: Offline
(since 07-06-2019 21:21)
Joined: 13 Aug 2016
Posts: 6655, Topics: 249
Location: Romania

Reputation: 141
Votes: 160

   
Post Posted: 13-04-2017, 20:59:00 | Translate post to: ... (Click for more languages)

Poti sa imi dai un link de descarcare..?
Mi-ar fi de folos..







"I'm a simple device. I'm here to help you! Do not forget to leave me a message!"



connect // zmx.freakz.ro

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

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 13-04-2017, 21:03:03 | Translate post to: ... (Click for more languages)

download

Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]

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

[More ...]



Status: Offline
(since 07-06-2019 21:21)
Joined: 13 Aug 2016
Posts: 6655, Topics: 249
Location: Romania

Reputation: 141
Votes: 160

   
Post Posted: 13-04-2017, 21:05:04 | Translate post to: ... (Click for more languages)

Multumesc mult! -
Se poate da T/C.







"I'm a simple device. I'm here to help you! Do not forget to leave me a message!"



connect // zmx.freakz.ro

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

Locked by GoreSpintecatoru., 13 April 2017 19:05



 
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) -> Plugins - Help / Support  


The time now is 28-07-2025, 23:54:55
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password