[Ajuda] Objeto Radar Sumiu - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Objeto Radar Sumiu (
/showthread.php?tid=457491)
Objeto Radar Sumiu -
ManuelVitorNunes - 11.08.2013
Meu server estava normal, atй hoje , radares funcionando e etc.. Porйm, quando entrei nele, os radares haviam sumido, o que pode ser?
Obrigado,
Print:
http://upload.crazzy.com.br/show-ima...5f5510ed5780b4
Re: Objeto Radar Sumiu -
Lуs - 11.08.2013
Se vocк usa eles como filterscript separado, pode ser que um GMX tenha bugado eles, tente reiniciar seu servidor atravйs do console (fecha e abre), caso esteja no host, reinicie pelo painel.
Re: Objeto Radar Sumiu -
ManuelVitorNunes - 11.08.2013
Quote:
Originally Posted by Lуs
Se vocк usa eles como filterscript separado, pode ser que um GMX tenha bugado eles, tente reiniciar seu servidor atravйs do console (fecha e abre), caso esteja no host, reinicie pelo painel.
|
Ele esta em incluide, ja reiniciei o server, nгo funciona.
Re: Objeto Radar Sumiu -
Lуs - 11.08.2013
Quote:
Originally Posted by ManuelVitorNunes
Ele esta em incluide, ja reiniciei o server, nгo funciona.
|
Pode ser que a streamer nгo esteja carregando ou entгo algum comando pode ter destruнdo objetos de IDs incorretos.
Re : Objeto Radar Sumiu -
ThiagoMK - 11.08.2013
Tenta colocar assim:
pawn Код:
SetupSpeedCamera(CamID, Float:x, Float:y, Float:z, Float:rot, MaxSpeed)
{
// Store all the given values
ACameras[CamID][CamX] = x;
ACameras[CamID][CamY] = y;
ACameras[CamID][CamZ] = z;
ACameras[CamID][CamAngle] = rot;
ACameras[CamID][CamSpeed] = MaxSpeed;
// Create both camera objects and store their reference
ACameras[CamID][CamObj1] = CreateDynamicObject(18880, x, y, z, 0.0, 0.0, rot);
ACameras[CamID][CamObj2] = CreateDynamicObject(18880, x, y, z, 0.0, 0.0, rot + 180.0);
}
Na sua include Commom
Re: Re : Objeto Radar Sumiu -
ManuelVitorNunes - 11.08.2013
Quote:
Originally Posted by ThiagoMK
Tenta colocar assim:
pawn Код:
SetupSpeedCamera(CamID, Float:x, Float:y, Float:z, Float:rot, MaxSpeed) { // Store all the given values ACameras[CamID][CamX] = x; ACameras[CamID][CamY] = y; ACameras[CamID][CamZ] = z; ACameras[CamID][CamAngle] = rot; ACameras[CamID][CamSpeed] = MaxSpeed; // Create both camera objects and store their reference ACameras[CamID][CamObj1] = CreateDynamicObject(18880, x, y, z, 0.0, 0.0, rot); ACameras[CamID][CamObj2] = CreateDynamicObject(18880, x, y, z, 0.0, 0.0, rot + 180.0); }
Na sua include Commom
|
Ja ta assim,
Re: Objeto Radar Sumiu -
ManuelVitorNunes - 11.08.2013
Quote:
Originally Posted by Lуs
Pode ser que a streamer nгo esteja carregando ou entгo algum comando pode ter destruнdo objetos de IDs incorretos.
|
Como faz pra Streamer carregar corretamente ?
Re: Objeto Radar Sumiu -
Lуs - 11.08.2013
Quote:
Originally Posted by ManuelVitorNunes
Como faz pra Streamer carregar corretamente ?
|
Poste o seu server.log.
Re: Objeto Radar Sumiu -
ManuelVitorNunes - 11.08.2013
Ja arrumei, pode fechar o tуpico. Obrigado а todos.