View Single Post
hoanganh81097
Senior Member
Join Date: Apr 2016
Old 02-26-2020 , 02:46   Re: [L4D & L4D2] Left 4 DHooks Direct (1.0) [24-Feb-2020]
Reply With Quote #15

Quote:
public Action L4D_OnGetScriptValueInt(const char[] key, int &retVal)
{
if (!InfectedAllowed && StrEqual(key, "MaxSpecials") && SiSpMore.BoolValue && AutoDifficulty.BoolValue)
{
retVal = MaxSpecials;
return Plugin_Handled;
}
return Plugin_Continue;
}
Without l4dt. Plugin cant spawn more SI. Can you help me replace this with left4dhooks ?
hoanganh81097 is offline