Jump to content

Help with two 'Main.cs' errors. Details within


Luigi4518

Recommended Posts

Hi.

I've been following the API Example while trying to build a custom callout but I've run into two errors which have me stumped.

This line:"using HighPriority.Callouts;" is throwing the error
Error    CS0234    The type or namespace name 'Callouts' does not exist in the namespace 'HighPriority' (are you missing an assembly reference?)    HighPriority    C:\Users\_\Downloads\GTA 5 Modding\HighPriority\HighPriority\HighPriority\Main.cs

and this line:"Functions.RegisterCallout(typeof(JailBreak));" is throwing this error
Error    CS0246    The type or namespace name 'JailBreak' could not be found (are you missing a using directive or an assembly reference?)    HighPriority    C:\Users\_\Downloads\GTA 5 Modding\HighPriority\HighPriority\HighPriority\Main.cs

 

 

I've tried every way that I can see to try and fix them to no avail, so I'm somebody might be able to point me in the right direction.

Link to comment
Share on other sites

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...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...