View Single Post
Future Unseen
New Member
Join Date: Jun 2021
Old 06-07-2021 , 14:32   Re: Survivor Bot Not Spawning After Map transition
Reply With Quote #4

I guess you can create a fake client on map start

public void OnMapStart()
{
CreateFakeClient("Ellis");
}

Something like that.
I am not sure if that breaks something else.

EDIT: and possibly set the model to Ellis if not already set using https://sm.alliedmods.net/new-api/sd...SetEntityModel
Future Unseen is offline