單純問個小問題而已

Home Home
引用 | 編輯 Icery
2014-04-30 00:47
樓主
推文 x0



請問這個要多加什麼東西才會完成~"~  差這一步了..

獻花 x0
引用 | 編輯 弒血
2014-04-30 00:53
1樓
  
下面是引用 b831003ge 於 2014-04-30 00:47 發表的 register的問題,|單純問個小問題而已: 到引言文



請問這個要多加什麼東西才會完成~"~  差這一步了..



打開你的..sma收尋205行


register_say_command 是啥..

獻花 x0
引用 | 編輯 Icery
2014-04-30 00:54
2樓
  
//Hideknife
     new sFunction[] = "hideknife";
     register_say_command(sFunction, sFunction);
     
     register_forward(FM_EmitSound, "fwdEmitSound", 0);
     //Hideknife

獻花 x0
引用 | 編輯 弒血
2014-04-30 04:07
3樓
  
下面是引用 b831003ge 於 2014-04-30 00:54 發表的 : 到引言文
//Hideknife
     new sFunction[] = "hideknife";
     register_say_command(sFunction, sFunction);
     
     register_forward(FM_EmitSound, "fwdEmitSound", 0);
     //Hideknife



我的意思是..你模塊註冊 內有 register_say_command 這行嗎?


不然 怎麼 會轉檔顯示那是什麼? ....

獻花 x0
引用 | 編輯 Icery
2014-04-30 18:01
4樓
  
好像沒有 我開怎麼打呢?

獻花 x0
引用 | 編輯 弒血
2014-04-30 19:22
5樓
  
下面是引用 b831003ge 於 2014-04-30 18:01 發表的 : 到引言文
好像沒有 我開怎麼打呢?



主要原因是 sFunction 是要做什麼的


register_say_command 應該沒有這個函數..除非有另外新增inc..

獻花 x0