Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Plugin Support

Featured Replies

Hello all. 

Im new at making a plugin and having a problem.

Once I have done all the code for my plugin and try to load it in game rage tells me it can't find a Suitable EntryPoint?

How can I fix this problem?

Thanks Jammy.

Hello

  • Author

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
            {

Edited by OfficerJammy

Hello

[assembly: Rage.Attributes.Plugin("My First Plugin", Description = "This is my first plugin.", Author = "MyName")]

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace MyFirstPlugin
{
    public static class EntryPoint
    {
        public static void Main()
        {
        }
    }
}

http://docs.ragepluginhook.net/html/51ce7151-4a76-4b21-be90-34d114769311.htm

Follow that or it won't work, especially the references to the EntryPoint class.

Edited by khorio

  • Author

At the moment I'm not needing one but it wont even get that far into the load! Also with the video im watching he does not put anything there anyways and it works fin just cant even load it into gtav

 

Hello

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.