View Single Post
alongub
Veteran Member
Join Date: Aug 2009
Location: Israel
Old 02-19-2013 , 15:16   Re: [CSS] Following C4
Reply With Quote #10

Code:
SetEntDataEnt2(C4Hostage, gLeaderOffset, FollowingPlayer);
Should be SetEntPropEnt.

Code:
if(IsHostage(C4Hostage))
{
	AcceptEntityInput(C4Hostage, "Kill");
}
Shouldn't this be on round_end?

Code:
CreateConVar("sm_followingc4_version", PLUGIN_VERSION, "C4Model Version", FCVAR_DONTRECORD|FCVAR_NOTIFY);
Move this to OnPluginStart.
__________________
alongub is offline