[AJUDA] Portхes bugados - 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] Portхes bugados (
/showthread.php?tid=304485)
[AJUDA] Portхes bugados -
kratty - 18.12.2011
Olб pessoal, passei meu servidor para 0.3d e bugou todos os portхes do servidor, quando aciono o comando para abrir o portao, ele abre meio que girando e quando desce fica errado.
Quando estava com o 0.3c esta funcionando certinho... sу agora que bugou :X
pawn Код:
if(strcmp(cmd, "/pp", true) == 0)
{
if ((IsACop(playerid)) && PlayerToPoint(15.0, playerid, 247.005905 , 72.448440 , 1003.640625) || PlayerInfo[playerid][pEmprego] == 2)
{ //GateInteriorCela
Thiago_MoveObject( PDDOORa, 247.005905 , 72.448440 , 1006.912902,3);
GameTextForPlayer(playerid, "~w~Porta das Celas ~n~~b~Aberto", 4000, 3);
SetTimer("GaragemDpClosed", 4000, false);
}
else
{
SendClientMessage(playerid, COLOR_GREY, " Vocк nгo estб perto do portгo ou nгo й um Oficial ");
}
return 1;
}
Se alguйm puder me ajudar agradeзo...