Any function to fix desync a bit?
#1

Is there any function that fix the desync a bit?
I think i already heard about this and the GF mode have it.
Reply
#2

What you want desync?
Reply
#3

fix the desync.

I want a server "more synchronizided"
Reply
#4

I think that isn`t possible
Reply
#5

To call your players to a net bar,than create a LAN server,play it,almost no lag.
It's too hard?Yes,but far easier than finding/using function to.
Just a joke^^
Reply
#6

YES , it is possible to fix when u are dsync :P you have to use
a command like spawnplayer something like that i dont remember :P
Reply
#7

Quote:
Originally Posted by BiG_Sm0k3
YES , it is possible to fix when u are dsync :P you have to use
a command like spawnplayer something like that i dont remember :P
Код:
// by: Tenshi @ http://samp.truceco.com ;D	
if (strcmp(cmd, "/sync", true) == 0) // your code might look different from here... just make the changes.
	{
	if(IsPlayerInAnyVehicle(playerid))
    {
    SendClientMessage(playerid,0xD8F6F6FF,"Vehicle Conflict: You must first exit Vehicle first to use this command.");
 
	return 1;
	}
		new Float:X,Float:Y,Float:Z,Float:A;
		GetPlayerPos(playerid,X,Y,Z);
		GetPlayerFacingAngle(playerid,A);
		SpawnPlayer(playerid);
		SetPlayerPos(playerid,X,Y,Z);
		SetPlayerFacingAngle(playerid,A);
		PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0); // sound...oooo...pretty...
		SendClientMessage(playerid,0xD8F6F6FF,"You've Sync'd");
		return 1;
	}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)