Edwards1337 Posted February 26, 2021 Share Posted February 26, 2021 Morning , sry bad speak eng. ServerSide using GTANetworkAPI; namespace ServerGta5 { public class Main : Script { [ServerEvent(Event.ResourceStart)] public void OnResourceStart() { NAPI.Util.ConsoleOutput("*******************Серверная часть мода загружена******************"); } [ServerEvent(Event.PlayerConnected)] public void OnPlayerConnected(Client player) { player.SendChatMessage("Hello, epta!"); } } } when player connect to the server => Server Crash [ServerEvent(Event.PlayerConnected)] public void OnPlayerConnected(Client player) { player.SendChatMessage("Hello, epta!"); } Link to comment Share on other sites More sharing options...
Edwards1337 Posted February 27, 2021 Author Share Posted February 27, 2021 Нашёл ошибку необходимо:https://www.nuget.org/packages/RAGEMP-ragesharp/ https://prnt.sc/108jcio Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now