[DUVIDA] Problemas Estranhos no Jogo! -
Skinner - 10.09.2011
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!
Re: [DUVIDA] Problemas Estranhos no Jogo! -
CyNiC - 10.09.2011
Diga que streamer vocк usa, e poste as configuraзхes.
Re: [DUVIDA] Problemas Estranhos no Jogo! -
Skinner - 10.09.2011
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_ !
Re: [DUVIDA] Problemas Estranhos no Jogo! -
Vai_Besta - 10.09.2011
Mude seus objetos para streamer do incognito
Re: [DUVIDA] Problemas Estranhos no Jogo! -
[O.z]Caroline - 10.09.2011
pelo que vн isto sу ocorre em certa regiгo,
procure por IsPlayerInRangeOfPoint.
Re: [DUVIDA] Problemas Estranhos no Jogo! -
Skinner - 10.09.2011
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++;
}
}
}
Re: [DUVIDA] Problemas Estranhos no Jogo! -
Leo_Lost - 10.09.2011
No meu server ta dando mesmo poblema eo Thug editado, mas nao to usando o streamer do incognito
Re: [DUVIDA] Problemas Estranhos no Jogo! -
Skinner - 10.09.2011
Nossa, ngm sabe qual й o problema nгo??
Re: [DUVIDA] Problemas Estranhos no Jogo! -
Leo_Lost - 10.09.2011
Troca sua streamer atual pela streamer do incognito aqui ela. https://sampforum.blast.hk/showthread.php?tid=102865