27.08.2014, 20:32
Hello, I've started a script from scratch and when i've tested it, in Grove street at CJ's house theres a yellow checkpoint where you can enter it and so on. Can someone tell me how to remove ALL of them? Thanks
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}