27.07.2015, 11:01
try like this:
if that helps, don't forget to +rep ^^
PHP код:
public OnPlayerKeypadInput(playerid, keypadID, type, key)
{
if(type == KEYPAD_INPUT_GOOD)
{
if(keypadID == KEYPAD_GATE) MoveObject(housegate, 164.53700, -1945.84595, 1.01000, 3, 0, 0, -57);
}
}

