Open Interesting-exe opened 5 months ago
Utilities.GetPlayerFromSteamId(itemServices.Pawn.Value.Controller.Value)
Quite sure itemServices.Pawn.Value.Controller.Value is what you want already? also check its valid :D
the controller in itemServices.Pawn... is a CBaseController and FindLR uses CCSPlayerController. you can probably cast it but i couldn't be bother to check it when i coded this
Utilities.GetPlayerFromSteamId(itemServices.Pawn.Value.Controller.Value)
Quite sure itemServices.Pawn.Value.Controller.Value is what you want already? also check its valid :D