AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   change c4 time to detonation in real time (mp_c4timer) (https://forums.alliedmods.net/showthread.php?t=184538)

benio101 05-06-2012 08:52

change c4 time to detonation in real time (mp_c4timer)
 
Hi.

I`ve tried to change time to detonation of c4 entity in real time, but I failed a lot of tries.
I wanna change "mp_c4timer" for any player, where custom players can have other "time counts to detonate"

Ask: How can I change c4 timer in real time (instant) depending on player who planted the bomb?

I tried DispatchKeyValue( ent, "detonatedelay", time ); but it doesn`t to anything for me.
I tried set_pdata_float(ent, 85, time); but i doesn`t work too.


Also, I can`t stand how to change the bottom HUD timing for the c4 counter.
I believe you can help me or give the way to script it. Thanks a lot.

For example, the code, which set detonation time for c4 to 35 secs for user`s
authid begining STEAM_0:0: or to 45 secs for STEAM_0:1: would make my problem done.

edit. I solved it by myself using cs_set_c4_explode_time(ent,get_gametime()+tim eToExplode);
I would be glad if you close the topic. Thanks a lot.


All times are GMT -4. The time now is 11:38.

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