[DUVIDA] Problemas Estranhos no Jogo!
#1

Ae Galeria... Estou a procura de alguem que saiba me ajudar com isso, etб ocorrendo um Warning , Em alguns locais do Server! Jб Troquei a quantidade Mбxima de Objetos(Nгo parou de da o erro). Jб tentei vк se era alguma FS(Tambem continuou com o erro)!

SS:



Porfavor alguem me ajuda ae, ta dando Crash em todo mundo que passa 2 Vezes no Local!
Reply
#2

Diga que streamer vocк usa, e poste as configuraзхes.
Reply
#3

Meu Server tem como BASE o BMG, Entгo Creio que seja F_Objetc....
Mais nгo sei aonde que eu pego as configuraзхes. Sу que assim, alguns itens estгo como F_Objetc Sу que tem outros que sу apareзen se eu retirar o F_ !
Reply
#4

Mude seus objetos para streamer do incognito
Reply
#5

pelo que vн isto sу ocorre em certa regiгo,
procure por IsPlayerInRangeOfPoint.
Reply
#6

Achei o IsPlayerInRangeOfPoint.

Code:

Код:
	for(new playerid; playerid<MAX_PLAYERS; playerid++)
	{
	    if(IsPlayerConnected(playerid) && !IsPlayerNPC(playerid))
	    {
	        if(!IsPlayerInRangeOfPoint(playerid, 1.0, OldX[playerid], OldY[playerid], OldZ[playerid]) || DontCheckDistance)
			{
	        	GetPlayerPos(playerid, OldX[playerid], OldY[playerid], OldZ[playerid]);
				nr = 0;
		        for(new objectid; objectid<F_MAX_OBJECTS; objectid++)
		        {
		            if(F_IsValidObject(objectid))
		            {
		                ObjDistance[objectid] = floatsqroot(floatpower(floatsub(ObjectInfo[objectid][ox],OldX[playerid]),2)+floatpower(floatsub(ObjectInfo[objectid][oy],OldY[playerid]),2)+floatpower(floatsub(ObjectInfo[objectid][oz],OldZ[playerid]),2));
						if(floatcmp(ObjDistance[objectid], StreamRange) == -1)
						{
						    ObjectArr[nr] = objectid;
						    nr++;
						}
					}
				}
Reply
#7

No meu server ta dando mesmo poblema eo Thug editado, mas nao to usando o streamer do incognito
Reply
#8

Nossa, ngm sabe qual й o problema nгo??
Reply
#9

Troca sua streamer atual pela streamer do incognito aqui ela. https://sampforum.blast.hk/showthread.php?tid=102865
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)