yangxi2008 发表于 2011-4-6 21:26:53

好东西,顶一下啊

shuyeshuye 发表于 2011-4-7 08:00:17

这个手雷模型不错!

201724 发表于 2011-4-7 09:50:00

点通币都不够用了55555555555555555

Zero0senven 发表于 2011-4-9 08:13:58

asdddddddddd

tiantian1632472 发表于 2011-5-30 09:25:56

看看.......好好学习 天天向上

tianming84 发表于 2011-11-13 22:46:57

赚点通币。+1赚点通币。+1

ckn911 发表于 2011-11-14 11:01:47

哇哈哈 这个好

lili2009 发表于 2011-11-14 18:44:54

#include <amxmodx>
#include <fun>
#include <cstrike>
#include <hamsandwich>

public plugin_init()
{
    register_plugin("Free ak/m4", "0.0.1", "not me");
   
    RegisterHam(Ham_Spawn, "player", "FwdPlayerSpawnPost", 1);
}

public FwdPlayerSpawnPost(id)
{
    if(is_user_alive(id))
    {
      switch(cs_get_user_team(id))
      {
            case CS_TEAM_T:
            {
                                give_item(id, "weapon_ak47")
            }
            case CS_TEAM_CT:
            {                  
                                give_item(id, "weapon_m4a1")
            }
                }
    }
}

only33 发表于 2011-11-16 12:10:50

路过看看是什么

a462761469 发表于 2011-12-2 21:15:29

sm dong xi a
页: 1 2 3 4 5 6 7 [8] 9 10 11 12
查看完整版本: 改变手雷模型插件p_v_w_都可以改