Jump to content
  • 0

Time Out


Ph0eniX

Question

Salutare tuturor , de 3 zile nu stiu ce se tot intampla dar...toti playerii primesc timeout :| indiferent ca is rconi sau nu...admini sau vipi ... orice player ia timeout dupa aproximativ 5-10 minute de joc :| , eu nu primesc de loc si nu inteleg dc ei primesc si eu nu...ma poate ajuta cineva ?

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

:) Da , am facut am adaugat systemu' de gang , race , comanda newname , trade system cu multy-function :)

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

Daca ar lua mai multi jucatori crash, insa pe o durata indelungata de timp, probabil ar fi de la o mapa.

Asa am patit eu, cand am adaugat o mapa foarte veche facuta de mine, cand treceam pe langa ea, luam crash. Nu am mai stat sa "investighez" aceasta problema si am renuntat la acea mapa.

In cazul tau, nu stiu, ar putea fi si de la mapa, dar din ce ai spus tu, mai multi jucatori iau crash toti odata.

Acum, acei jucatori iau crash (poate) pentru ca folosesc moduri, dar in nici un caz, nu vor lua toti jucatorii crash deodata.

In server_log sau mysql_log(daca folosesti mysql, desi nu cred ca ar fi de la aceasta, pentru ca...singurul lucru care ar lua crash datorita unei probleme de la mysql, ar fi serverul), nu iti spune nimic?

Link to comment
Share on other sites

Era de la un text-draw pus aiurea :D oricum multumesc de ajutor , puteti da t/c

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.