首页 > 编程知识 正文

求生之路插件制作,求生之路技能插件

时间:2023-05-06 07:04:59 阅读:268089 作者:231

代码下载:https://pan.baidu.com/s/1RweUPiDNA0_TfFsBLsC_WA

#define PLUGIN_VERSION "1.0 Special"#define PLUGIN_NAME "[紫冰]人物选择成就的星月"#define DEBUG 0// includes#include <sourcemod>#include <sdktools>// Client numbers are dynamic, keep changing according to the spawn ordernew bool:g_bSpawned[MAXPLAYERS+1];// CVars Handlesnew Handle:g_hActivate;new Handle:h_Fun;// Variablesnew g_InfectedTicket; // Number used to determine what the spawn infected function should spawn// Arraysnew bool:OneToSpawn[MAXPLAYERS+1]; // Used to tell the plugin that this client will be the one to spawn and not place any spawn restrictions on that clientnew bool:Fun;new bool:Activate;// Offsetsnew offsetIsGhost; // Offset to see if the player is a ghost or notnew offsetIsAlive; // Offset to see if the player is alive or notnew offsetlifeState // Offset

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。