Плагин обновлен, скомпилирован на версии Sourcemod 1.11, и я так же добавил на 179 строку кода часть:
return Plugin_Handled;
Что бы избавится от предупреждения:
warning 242: function "RoundStart_Event" should return an explicit value
Полностью код теперь выглядит следующим образом:
#pragma semicolon 1
#pragma newdecls required //強制1.7以後的新語法
#include <sourcemod>
#include <sdkhooks>
#include <sdktools>
#define CLASSNAME_LENGTH 64
#define DEBUG 0
enum WeaponID
{
Плагин скомпилированный на версии SourceMod 1.11.0.6905.
Recommended Posts
Posted by Райан,
Плагин скомпилированный на версии SourceMod 1.11.0.6905.
Recommended by Райан
Reputation Points
Go to this post
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.