Posts: 180
Threads: 22
Joined: Dec 2015
Reputation:
0
Hello, Player using the samp addon can't connect to the server using DL compat. Is this an issue?
Posts: 1,276
Threads: 6
Joined: Aug 2014
Quote:
Originally Posted by ball
Bullshit, maybe it's useful, but not a must-have. But hey, guys, it's topic about samp-compat, so go to your topic.
|
it is the most must-have thing in the samp community thank u very much
Posts: 7
Threads: 2
Joined: Jul 2018
I do not know how to use
to add it file Filescript, Add .INC ANDO Include but still is not longer
Posts: 716
Threads: 92
Joined: May 2018
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?
Posts: 107
Threads: 18
Joined: Mar 2013
Quote:
Originally Posted by KinderClans
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?
|
It sounds like you’re probably depending on OnPlayerFinishedDownload. Players with 0.3.7 will never call that callback. Please check this.
Posts: 716
Threads: 92
Joined: May 2018
Quote:
Originally Posted by AdrianGraber
It sounds like you’re probably depending on OnPlayerFinishedDownload. Players with 0.3.7 will never call that callback. Please check this.
|
I don't have any OnPlayerFinishedDownload in my gamemode.
Posts: 716
Threads: 92
Joined: May 2018
Bump. Still waiting an answer.
Posts: 716
Threads: 92
Joined: May 2018
What? What OnPlayerFinishedDownload has to do with this include?