702033080 发表于 2009-10-18 01:19:16

超级小白写插件.多多指教

#include <amxmodx>
#include <fun>
#include <cstrike>
#define MAXSPEED         290
public plugin_init()
{
                                register_plugin("加速自动处死", "1.0", "Kana")
                }

public client_connect(id)
{
                                MAXSPEED=get_user_maxspeed(id)
                                get_user_maxspeed(id, 0)
                                if(接着下面要写什么我真的不清楚了.


原因:太小白了{:3_59:}

hotbadman 发表于 2009-10-18 21:39:08

在连接时判断是没有用的.要在游戏中不断循环地判断各玩家的速度吧.
页: [1]
查看完整版本: 超级小白写插件.多多指教