LittleKu 发表于 2015-5-9 21:44:06

[源码/接口]设置玩家解除C4时间

没什么好说的,如题
/**
* Set the player defuse bomb time
*
* @param client    index point to the player
* @param time1    the time that the player defuse the bomb with the kit
* @param time2    the time that the player defuse the bomb without the kit
*
* @return             return 1 on success, otherwise on failed.
*/
native SetClientDefuseTime(client, time1, time2);

注:本插件属于开发型,提供接口再次开发使用,单个插件加载无任何效果,初级入门的朋友有请适当读阅!

**** Hidden Message *****

Village 发表于 2015-6-27 10:52:27

好东西!试试怎么样

saingwei 发表于 2015-8-23 09:30:40

看看怎么样啊

Mo_be_blue 发表于 2016-4-16 16:53:11

好东西呀,找了好久

豌豆射手 发表于 2020-8-17 02:39:58

哈哈,这方面不太清楚,正好研究一下
页: [1]
查看完整版本: [源码/接口]设置玩家解除C4时间