10.09.2018, 01:16
Quote:
Ok so, i have added this include in my server:
https://github.com/AGraber/samp-037-compat Which allows 0.3.7 clients to connect to my 0.3DL server. Problem is, doesn't work. I'm currently using 0.3.7 client and my server is 0.3DL R1, when i go ingame all what i get is: "Connecting to bla bla Connected, joining the game...." After 30 seconds: Server closed the connection. I've tried to add if(IsClient037(playerid)) return 1; to OnPlayerConnect but nothing. Any help? |