Initial commit on #develop
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
bin/*
|
||||||
|
obj/*
|
||||||
|
Properties/*
|
||||||
|
*.csproj
|
||||||
|
*.user
|
||||||
|
!.gitkeep
|
||||||
14
Main.cs
Normal file
14
Main.cs
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
using System;
|
||||||
|
using GTANetworkAPI;
|
||||||
|
|
||||||
|
namespace reallife_gamemode
|
||||||
|
{
|
||||||
|
public class Main : Script
|
||||||
|
{
|
||||||
|
[ServerEvent(Event.ResourceStart)]
|
||||||
|
public void OnResourceStart()
|
||||||
|
{
|
||||||
|
NAPI.Util.ConsoleOutput("reallife-gamemode resource loaded!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user