#Deleted
8 messages · Page 1 of 1 (latest)
not sure what value it will have
Yes that means that it could be any class
So Player or something else
try parameters.instigator.GetType()
see what type it is
if its a CSteamID youd do something like this if (parameters.instigator is CSteamID playerSteamID)
then use playerSteamID to get the player