Closed geckwwo closed 4 years ago
P. S. 1 isn't working
Sorry, i'm very dumb. I need to use Convert.ToByte(true)
did you fix it? I'm still having issues
yes When you need to make you impostor if(data.IsLocalPlayer == 1) { data.WriteMemory_Impostor(Convert.ToByte(true)); } You can also use false, if you need to turn off impostor mode
Sorry if i made code typos, I'm on phone rn
(I'm not english) I found "data.WriteMemory_Impostor(value);" string, but what value i need to use here? Please help!
(my code is:) if (data.IsLocalPlayer == 1) data.WriteMemory_Impostor(1);