[Ajuda] Portгo
#1

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 :
pawn Код:
portaols = CreateObject(971,1539.50000000,-1627.19995117,16.00000000,0.00000000,0.00000000,91.00000000); //object(subwaygate) (2)
Comando de abrir portao :
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;
    }
Alguem poderia me ajudar dou + rep
Reply
#2

Coordenadas certas?
Reply
#3

Certo
Reply
#4

Entao Usa Streamer Atualizado !
Reply
#5

Nгo vou atualizar
Reply
#6

Quote:
Originally Posted by denis15711
Посмотреть сообщение
Nгo vou atualizar
Entгo fica com erro e nгo vem chorar aqui. Mal agradecido.
Reply
#7

pawn Код:
if(strcmp(cmd, "/apls", true) == 0)
    {
         MoveObject(portaols, 1539.5,-1627.1999511719,9, 3.0,0.00000000,0.00000000,91.00000000);
         return 1;
    }

//Este й de fechar :
    if(strcmp(cmd, "/fpls", true) == 0)
    {
         MoveObject(portaols, 1539.50000000,-1627.19995117,16.00000000,3.0,0.00000000,0.00000000,91.00000000);
         return 1;
    }
Reply
#8

Deu 6 warnings em uma linha

MoveObject(portaols, 1539.5,-1627.1999511719,9, 3.0,0.00000000,0.00000000,91.00000000);

warning 202: number of arguments does not match definition
Reply
#9

Quote:
Originally Posted by denis15711
Посмотреть сообщение
Deu 6 warnings em uma linha

MoveObject(portaols, 1539.5,-1627.1999511719,9, 3.0,0.00000000,0.00000000,91.00000000);

warning 202: number of arguments does not match definition
update
Reply
#10

Atualiza suas includes pra 0.3e
Baixando Aqui
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)