Try This >>
function onPlayerCommand( pPlayer, szCommand, szText )
{
if ( szCommand == "closesesame" )
{
CloseGarage( PORTLAND_HIDEOUT_GARAGE );
}
return 1;
}
~~~~~~~~~
function onPlayerCommand( pPlayer, szCommand, szText )
{
if ( szCommand == "opensesame" )
{
OpenGarage( PORTLAND_HIDEOUT_GARAGE );
}
return 1;
}
And Find The Garages In This Link >>
( http://liberty-unleashed.co.uk/LUWiki/GarageIDs )