[Include] samp-compat: Backwards and forward compatibility libraries between server-client (Old IsClient03DL)
#21

Quote:
Originally Posted by BigETI
Посмотреть сообщение
sampctl is a great tool for package management in PAWN

http://sampctl.com/
Yes, its awesome. You all should give it a try and you'll surely fall in love with this.

http://sampctl.com/
Reply
#22

Quote:
Originally Posted by [HLF]Southclaw
Посмотреть сообщение
Yes, as the founder and CEO of sampctl I can attest that this is the must-have development tool of 2018.

http://sampctl.com
Confirmed.

http://sampctl.com
Reply
#23

Quote:

this is the must-have development tool

Bullshit, maybe it's useful, but not a must-have. But hey, guys, it's topic about samp-compat, so go to your topic.
Reply
#24

Hello, Player using the samp addon can't connect to the server using DL compat. Is this an issue?
Reply
#25

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
Reply
#26

I do not know how to use
to add it file Filescript, Add .INC ANDO Include but still is not longer
Reply
#27

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?
Reply
#28

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.
Reply
#29

https://github.com/AGraber/https://g...amp-037-compat


"page not found"

fix this. ¬¬
Reply
#30

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.
Reply
#31

Bump. Still waiting an answer.
Reply
#32

What? What OnPlayerFinishedDownload has to do with this include?
Reply
#33

i have a problem with the following code:


Код:
public OnPlayerRequestClass(playerid, classid)
{
	SetPlayerPos(playerid, 2025.5892,1007.7278,10.8203);
	SetPlayerCameraPos(playerid, 2025.5892,1007.7278,10.8203);
	SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
	scompat_SetPlayerVirtualWorld(playerid,5);
	return 1;
}
my console show me

Код:
Script[gamemodes/rl.amx]: Run time error 19: "File or function is not found"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)