[Tutorial] How to Disable Yellow Marker From Locations
#1

Hey,
It's a very easy tutorial, so don't say to me that i didn't explain, because i don't know what to explain in that tutorial
So, This a tutorial shows you how to disable the yellow marker from all locations

1-

Under
Code:
puplic OnGameModeInit()
Add :

Code:
DisableInteriorEnterExits();
Example :

Code:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}
That's all .
Very easy tutorial.
Thanks.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)