[Ayuda] Con MoveObject
#3

Quote:
Originally Posted by OTACON
Посмотреть сообщение
PHP код:
new BarrierLSPD;
public 
OnGameModeInit(){
    
BarrierLSPD CreateObject(9681544.71228, -1630.8083513.16060,   0.00000, -90.00000, -90.00000);
    
    return 
true;
}
public 
OnPlayerKeyStateChange(playeridnewkeysoldkeys){
    if((
newkeys KEY_CROUCH) && !(oldkeys KEY_CROUCH)){
        if(
Informacion[playerid][Faccion] == 1){
            if(
IsPlayerInRangeOfPoint(playerid10.01544.70496, -1630.7977312.96850)){
                 
MoveObject(BarrierLSPD1544.71228, -1630.8083513.16060+000.1000.10.000000.00000, -90.00000);
                   
SetTimerEx("CloseBarrier"6000false"i"playerid);
             }
        }
    }
    
    return 
true;
}
public 
CloseBarrier(playerid){
    
MoveObject(BarrierLSPD1544.71228, -1630.8083513.16060-000.1000.10.00000, -90.00000, -90.00000);
    return 
true;

NOTA: lo que debes hacer es colocar en la velocidad el tiempo de 000.1 y sumarle 000.1 a la coordenada Z para subir la barrera, para cuando baja , lo mismo pero le restas. (no recuerdo si era 000.1 o 000.2, prueba).

saludos.
Muchas gracias man, funciono muy bien con 000.1
Reply


Messages In This Thread
[Ayuda] Con MoveObject - by armandozetaxx - 11.05.2015, 04:11
Respuesta: [Ayuda] Con MoveObject - by OTACON - 11.05.2015, 07:31
Respuesta: [Ayuda] Con MoveObject - by armandozetaxx - 12.05.2015, 00:36

Forum Jump:


Users browsing this thread: 2 Guest(s)