Its a plugin that goes into the plugins bit not the lspdfr bit in the plugins folder.
This is the starting code and its something in this bit stopping rage getting a suitable entry point.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Rage;
[assembly: Rage.Attributes.Plugin("Little Test Plugin", Description = "This is my first plugin.", Author = "OfficerJammy")]
namespace Little_Test_Plugin
{
public static void Main()
{
GameFiber.StartNew(delegate
{