Remove Sprays after 20 Seconds possible?!
#1
Hello.

Could someone please create a simple plugin that sprays are automatically removed after 20 seconds in the server?

Somehow the Google search did not help me.

Thank you
Responder
#2
decalfrecuency 20 ?
[Imagen: b_350_20_323957_202743_f19a15_111111.png]

(18/11/2014, 05:47 PM)Neeeeeeeeeel.- escribió: Por qué necesitan una guía para todo? Meté mano y que salga lo que salga... es la mejor forma de aprender.

(16/05/2016, 11:08 PM)kikizon2 escribió: No cabe duda que tienen mierda en vez de cerebro, par de pendejos v:
Responder
#3
(30/09/2018, 03:41 PM)OsweRRR escribió: decalfrecuency 20 ?

decalfrequency is to set a time on when a player can spray, decalfrequency 20 would be that the player can spray every 20 seconds.
Responder
#4
No es posible que yo sepa.

https://forums.alliedmods.net/showthread.php?t=157169

"It's possible to remove all decals at once calling decal_reset.sc, but individually that's not possible afaik.", puedo estar equivocado.
Responder
#5
Es posible con la función fm_cs_remove_decals( ); (creo)

Código PHP:
// removes all created decals and players' corpses from the world
// set a specific index to remove decals only for the given client
stock fm_cs_remove_decals(index 0) {
    static 
eventindex_decal_reset;
    if (!
eventindex_decal_reset)
        
eventindex_decal_reset engfunc(EngFunc_PrecacheEvent1"events/decal_reset.sc");

    new 
flags FEV_RELIABLE;
    if (!
index)
        
flags |= FEV_GLOBAL;

    
engfunc(EngFunc_PlaybackEventflagsindexeventindex_decal_reset0.0Float:{0.00.00.0}, Float:{0.00.00.0}, 0.00.00000);

Responder


Salto de foro:


Usuarios navegando en este tema: 1 invitado(s)