Re: samp-compat: Backwards and forward compatibility libraries between server-client (Old IsClient03DL) -
Zeth - 15.06.2018
Quote:
Originally Posted by BigETI
|
Yes, its awesome. You all should give it a try and you'll surely fall in love with this.
http://sampctl.com/
Re: samp-compat: Backwards and forward compatibility libraries between server-client (Old IsClient03DL) -
RogueDrifter - 16.06.2018
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
Re: samp-compat: Backwards and forward compatibility libraries between server-client (Old IsClient03DL) -
ball - 16.06.2018
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.
Re: samp-compat: Backwards and forward compatibility libraries between server-client (Old IsClient03DL) -
Exhibit - 18.07.2018
Hello, Player using the samp addon can't connect to the server using DL compat. Is this an issue?
Re: samp-compat: Backwards and forward compatibility libraries between server-client (Old IsClient03DL) -
J0sh... - 18.07.2018
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
Re: samp-compat: Backwards and forward compatibility libraries between server-client (Old IsClient03DL) -
Omatter - 18.08.2018
I do not know how to use
to add it file Filescript, Add .INC ANDO Include but still is not longer
Re: samp-compat: Backwards and forward compatibility libraries between server-client (Old IsClient03DL) -
KinderClans - 09.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: samp-compat: Backwards and forward compatibility libraries between server-client (Old IsClient03DL) -
Graber - 10.09.2018
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.
Re: samp-compat: Backwards and forward compatibility libraries between server-client (Old IsClient03DL) -
Alteh - 10.09.2018
https://github.com/AGraber/https://g...amp-037-compat
"page not found"
fix this. ¬¬
Re: samp-compat: Backwards and forward compatibility libraries between server-client (Old IsClient03DL) -
KinderClans - 12.09.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.
Re: samp-compat: Backwards and forward compatibility libraries between server-client (Old IsClient03DL) -
KinderClans - 15.09.2018
Bump. Still waiting an answer.
Re: samp-compat: Backwards and forward compatibility libraries between server-client (Old IsClient03DL) -
KinderClans - 23.09.2018
What? What OnPlayerFinishedDownload has to do with this include?
Re: samp-compat: Backwards and forward compatibility libraries between server-client (Old IsClient03DL) -
theralio - 18.11.2018
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"