广告广告
  加入我的最爱 设为首页 风格修改
首页 首尾
 手机版   订阅   地图  繁体 
您是第 1967 个阅读者
 
发表文章 发表投票 回覆文章
  可列印版   加为IE收藏   收藏主题   上一主题 | 下一主题   
家亨
个人文章 个人相簿 个人日记 个人地图
小人物
级别: 小人物 该用户目前不上站
推文 x1 鲜花 x7
分享: 转寄此文章 Facebook Plurk Twitter 复制连结到剪贴簿 转换为繁体 转换为简体 载入图片
推文 x0
[其他] 急~谁能教我做sma档?  (只需把一些必须指令或与法给我)

谁能教我做SMA档

我只需要一些基本的指令和稍微进阶的指令




献花 x0 回到顶端 [楼 主] From:台湾台湾固网 | Posted:2011-02-21 19:55 |
85607417
数位造型
个人文章 个人相簿 个人日记 个人地图
初露锋芒
级别: 初露锋芒 该用户目前不上站
推文 x5 鲜花 x15
分享: 转寄此文章 Facebook Plurk Twitter 复制连结到剪贴簿 转换为繁体 转换为简体 载入图片

#include <amxmodx>

public plugin_init( ) {
     register_plugin( "Example", "1.0", "author" );
    register_clcmd( "say /test", "test" );
}

public test() {
    client_print(id, print_chat, "Test 测试");
}


献花 x0 回到顶端 [1 楼] From:台湾教育部 | Posted:2011-02-21 20:56 |
tw2twtw
个人头像
个人文章 个人相簿 个人日记 个人地图
小有名气
级别: 小有名气 该用户目前不上站
推文 x50 鲜花 x548
分享: 转寄此文章 Facebook Plurk Twitter 复制连结到剪贴簿 转换为繁体 转换为简体 载入图片

指令的话就这3个教学文....((不过ZP的比较麻烦.....

http://bbs.mychat.to/reads.php?tid=832252
http://bbs.mychat.to/reads.php?tid=828620
http://bbs.mychat.to/reads.php?tid=846982

写法的话((如楼上

//注册插件的内容
public plugin_init( )
{
  register_plugin( "插件名称", "版本", "作者" )
  register_clcmd( "add_hp", "addhp") //前者为指令,后者为所执行的public ,
}

public addhp(id)
{
if(!is_user_alive(id)) //如果id没有活着, ! 是否定的意思
{
client_print(id,print_chat,"你死了无法使用")
}
else
{
set_user_health(id,get_user_health(id) +300)
//设定玩家的血为(id,得到玩家的血量(id) +300)
client_print(id,print_chat,"你得到了300的血量")
}
}


我的SV: 59.126.178.46:27015
模式:乱七八糟?
献花 x0 回到顶端 [2 楼] From:台湾中华电信 | Posted:2011-02-21 22:29 |

首页  发表文章 发表投票 回覆文章
Powered by PHPWind v1.3.6
Copyright © 2003-04 PHPWind
Processed in 0.015504 second(s),query:16 Gzip disabled
本站由 瀛睿律师事务所 担任常年法律顾问 | 免责声明 | 本网站已依台湾网站内容分级规定处理 | 连络我们 | 访客留言