SA-MP Forums Archive
0.3.7/0.3DL - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 0.3.7/0.3DL (/showthread.php?tid=658533)



0.3.7/0.3DL - KinderClans - 06.09.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?


Re: 0.3.7/0.3DL - CrystalMethod - 06.09.2018

0.3.DL clients connecting to a 0.3.7 server would make more sense, sure you don't have it backwards?


Re: 0.3.7/0.3DL - KinderClans - 06.09.2018

My server is 0.3DL and my current SaMp client is 0.3.7.

And if you look at include description you'll notice:

Quote:

Allow 0.3.7 connections to SA-MP 0.3.DL-R1 servers

So something wrong with that include, but i can't figure what..


Re: 0.3.7/0.3DL - spinu - 06.09.2018

have a look at their examples
https://github.com/AGraber/samp-037-...aster/test.pwn


Re: 0.3.7/0.3DL - sonn51280 - 06.09.2018

connect 0.3.7 join sever 0.3 DL nonever. ! verison error


Re: 0.3.7/0.3DL - alanhutch - 06.09.2018

That include will make 0.3DL clients to connect to 0.3.7 servers.
A 0.3.7 client can't connect to 0.3DL, since all downloading functions are missing.
Prossima volta te rispondo in italiano


Re: 0.3.7/0.3DL - KinderClans - 06.09.2018

Quote:
Originally Posted by spinu
Посмотреть сообщение
Their test file just shows how to include it and some random callbacks which i dont need.

Quote:
Originally Posted by alanhutch
Посмотреть сообщение
That include will make 0.3DL clients to connect to 0.3.7 servers.
A 0.3.7 client can't connect to 0.3DL, since all downloading functions are missing.
Prossima volta te rispondo in italiano
Why? Include clearly says:

Quote:

Allow 0.3.7 connections to SA-MP 0.3.DL-R1 servers

...


Re: 0.3.7/0.3DL - alanhutch - 08.09.2018

I don't think that's possible.
How would SA-MP sync two player if one had a custom skin?


Re: 0.3.7/0.3DL - Undef1ned - 09.09.2018

Quote:
Originally Posted by alanhutch
Посмотреть сообщение
I don't think that's possible.
How would SA-MP sync two player if one had a custom skin?
Actually, if possible, there is currently a Latin server version "0.3.DL", and thanks to this the server supports the two versions "0.3.7 and 0.3.DL". For users who have 0.3.7 obviously will not download masks or personalized objects.


Re: 0.3.7/0.3DL - NaS - 09.09.2018

Quote:
Originally Posted by alanhutch
Посмотреть сообщение
I don't think that's possible.
How would SA-MP sync two player if one had a custom skin?
The skin will show as the specified base skin for that model.
So if the server adds a custom skin with the base model of Ryder, the 037 player will see them as Ryder.
Custom Object Models will be shown as invalid object (a question mark will appear). This can be avoided by simply removing all 037 clients from custom object playerids (if using streamer).


Re: 0.3.7/0.3DL - Sew_Sumi - 09.09.2018

Why are people not looking at the include before piping about it being impossible...

Where you actually should be asking about this, is in the release thread. There'll be more people with experience and information in there.