#include <amxmodx> public plugin_init() { runandrun() } public runandrun() { xxx }
下面是引用 z2352671213 於 2016-05-07 19:48 發表的 請問大神如何寫forward?: 請問各位大神,我想給自己的插件註冊一個forward,也就是讓自己插件中的某個函數的功能可以在另外一個插件中定義,我要如何做。例如複製程式 #include <amxmodx> public plugin_init() { runandrun() } public runandrun() { xxx } 我想讓上面的xxx這段內容能夠在另一個插件中以forward的形式被called,我要如何做才能實現?呃。我指的是forward,不是native,native我已經會了。
下面是引用 s8720419 於 2016-05-09 15:50 發表的 : 教學區有喔,網址如下:http://bbs.mychat.to/reads.php?tid=1004317