註冊會員
#include <sourcemod> public OnPluginStart() { RegConsoleCmd("sm_buy",buy); } public Action:buy(client, args) { FakeClientCommand(client,"say hello world"); }
查看詳細資料
TOP