18.07.2012, 13:25
Eae meu portao nao esta abrindo e fechando certo ele abrir torto e fecha torto alguem me ajuda ae fazendo favor > cуdigos :
Em FilterScriptInit :
Comando de abrir portao :
Alguem poderia me ajudar dou + rep
Em FilterScriptInit :
pawn Код:
portaols = CreateObject(971,1539.50000000,-1627.19995117,16.00000000,0.00000000,0.00000000,91.00000000); //object(subwaygate) (2)
pawn Код:
if(strcmp(cmd, "/apls", true) == 0)
{
MoveObject(portaols, 1539.5,-1627.1999511719,9, 10);
return 1;
}
//Este й de fechar :
if(strcmp(cmd, "/fpls", true) == 0)
{
MoveObject(portaols, 1539.5,-1627.199951179,16, 10);
return 1;
}