From c7f30d152d468b8e976ee5619d97d452e17c3f7a Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 30 Jun 2020 10:14:04 -0700 Subject: [PATCH] Discord Server Link Added some extra text to link the API Support Discord and helpful playlist of coding videos on FivePD's API --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0b151ee..4ffa1d5 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,8 @@ csc -target:library CalloutName.cs -reference:CalloutAPI.net.dll -reference:Citi (For detailed instructions on how to create your first FiveM script, [click here](https://docs.fivem.net/docs/scripting-manual/runtimes/csharp/ "refer here")) For documentation, [visit the "wiki" tab](https://github.com/KDani-99/FivePD-API/wiki). + +### Additional Support/Resources +We have an Offical FivePD API Discord Server which you can visit [HERE](https://discord.gg/tHZ4Yqc). + +If you wish to view videos on creating callouts using this API you can find a playlist of videos [HERE](https://www.youtube.com/playlist?list=PL3m-r_SUQzQyEcMn__cyQSTNoegN7RNbS).